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.SparseFloatArrayVECTOR.SparseFloatArray. fromDenseArray(float[] denseArray)Creates a SparseFloatArray that stores only the non-zero values of a float array.static VECTOR.SparseFloatArrayVECTOR.SparseFloatArray. of(int length, int[] indices, float[] floatValues)Creates a SparseFloatArray of the given length, indices, and values.VECTOR.SparseFloatArrayVECTOR. toSparseFloatArray()Converts this VECTOR into a SparseFloatArray.VECTOR.SparseFloatArrayVECTOR. toSparseFloatArray(byte[] data)Converts Oracle's internal encoding of a VECTOR into a SparseFloatArray.
-