General
AI Vector Search: JDBC Support Completion for SPARSE Vectors with a Binary Format
An oracle.sql.VECTOR.SparseBooleanArray interface is added to represent SPARSE BINARY VECTOR data.
- Instances of
SparseBooleanArraycan be passed tosetObjectmethods ofPreparedStatementto createSPARSE BINARY VECTORbind values. - Instances of
SparseBooleanArraycan also be returned bygetObjectmethods ofResultSet. This conversion is supported for allVECTORdimension types, not justBINARY.
This feature brings productivity and performance to Java applications using VECTOR with a SPARSE BINARY format.