static VECTOR |
VECTOR.fromData(byte[] data) |
For most use cases, an of...Values method
should be used when creating a VECTOR object, not this method.
|
static VECTOR |
VECTOR.ofBinaryValues(java.lang.Object object) |
Converts an Object into a VECTOR of the
BINARY dimension type.
|
static VECTOR |
VECTOR.ofFloat32Values(java.lang.Object object) |
Converts an Object into a VECTOR of the
FLOAT32 dimension type.
|
static VECTOR |
VECTOR.ofFloat64Values(java.lang.Object object) |
Converts an Object into a VECTOR of the
FLOAT64 dimension type.
|
static VECTOR |
VECTOR.ofInt8Values(java.lang.Object object) |
Converts an Object into a VECTOR of the
INT8 dimension type.
|