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.
StaticMAX_Converts 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.
Staticcreate
A SparseVector class stores information about a sparse vector. This class represents an object that accepts one of the following types in its constructor: typed array, JavaScript array, object, or string.