AbstractConstructs a SparseVector.
This property is a JavaScript array or a 32-bit unsigned integer (Uint32Array) TypedArray that specifies the indices (zero-based) of non-zero values in the vector.
This property is an integer that specifies the number of dimensions of the vector.
This property is a JavaScript array or TypedArray that specifies the non-zero values stored in the vector.
AbstractdenseConverts a sparse vector to a dense vector and returns a TypedArray of 8-bit signed integers, 32-bit floating-point numbers, or 64-bit floating-point numbers depending on the storage format of the sparse vector column's non-zero values in Oracle Database.
This method is best used with sparse vectors read from Oracle Database.
Interface for representing a SparseVector Class stores information about a sparse vector.
Since
Oracle 23.26.0