Package | Description |
---|---|
oracle.sql |
A package of classes that represent java SQL types and Oracle specific
SQL types.
|
Modifier and Type | Method and 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.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.
|
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()
Converts this VECTOR into a SparseFloatArray.
|
VECTOR.SparseFloatArray |
VECTOR.toSparseFloatArray(byte[] data)
Converts Oracle's internal encoding of a VECTOR into a SparseFloatArray.
|
VECTOR.SparseFloatArray |
VECTOR.toSparseFloatArray(byte[] data)
Converts Oracle's internal encoding of a VECTOR into a SparseFloatArray.
|