| Package | Description |
|---|---|
| com.singlestore.jdbc.plugin.codec | |
| com.singlestore.jdbc.type |
| Modifier and Type | Method and Description |
|---|---|
Vector |
VectorCodec.decodeBinary(com.singlestore.jdbc.client.ReadableByteBuf buf,
MutableInt length,
com.singlestore.jdbc.client.ColumnDecoder column,
Calendar cal) |
Vector |
VectorCodec.decodeText(com.singlestore.jdbc.client.ReadableByteBuf buf,
MutableInt length,
com.singlestore.jdbc.client.ColumnDecoder column,
Calendar cal) |
| Modifier and Type | Method and Description |
|---|---|
static Vector |
Vector.fromData(byte[] values,
int length,
com.singlestore.jdbc.client.DataType dataType,
boolean isBinary) |
static Vector |
Vector.ofFloat32Values(float[] values) |
static Vector |
Vector.ofFloat64Values(double[] values) |
static Vector |
Vector.ofInt16Values(short[] values) |
static Vector |
Vector.ofInt32Values(int[] values) |
static Vector |
Vector.ofInt64Values(long[] values) |
static Vector |
Vector.ofInt8Values(byte[] values) |
Copyright © 2025 SingleStore. All rights reserved.