public class BinaryColumn extends java.lang.Object implements ArrowColumn<byte[]>
Constructor and Description |
---|
BinaryColumn(VarBinaryVector vector) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(byte[] value) |
long |
currentSize() |
byte[] |
get(int index) |
FieldVector |
getVector() |
public void addValue(byte[] value)
addValue
in interface ArrowColumn<byte[]>
public byte[] get(int index)
get
in interface ArrowColumn<byte[]>
public FieldVector getVector()
getVector
in interface ArrowColumn<byte[]>
public long currentSize()
currentSize
in interface ArrowColumn<byte[]>