Uses of Interface
oracle.sql.VECTOR.SparseFloatArray
-
Packages that use VECTOR.SparseFloatArray Package Description oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
-
Uses of VECTOR.SparseFloatArray in oracle.sql
Methods in oracle.sql that return VECTOR.SparseFloatArray Modifier and Type Method Description static VECTOR.SparseFloatArray
VECTOR.SparseFloatArray. fromDenseArray(float[] denseArray)
Creates a SparseFloatArray that stores only the non-zero values of a float array.static VECTOR.SparseFloatArray
VECTOR.SparseFloatArray. of(int length, int[] indices, float[] floatValues)
Creates a SparseFloatArray of the given length, indices, and values.VECTOR.SparseFloatArray
VECTOR. toSparseFloatArray()
Converts this VECTOR into a SparseFloatArray.VECTOR.SparseFloatArray
VECTOR. toSparseFloatArray(byte[] data)
Converts Oracle's internal encoding of a VECTOR into a SparseFloatArray.
-