Uses of Interface
oracle.sql.VECTOR.SparseFloatArray
Packages that use VECTOR.SparseFloatArray
Package
Description
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.SparseFloatArrayModifier and TypeMethodDescriptionstatic 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.toSparseFloatArray()Converts this VECTOR into a SparseFloatArray.VECTOR.toSparseFloatArray(byte[] data) Converts Oracle's internal encoding of a VECTOR into a SparseFloatArray.