Interface BytesColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableBytesVector
- All Known Implementing Classes:
HeapBytesVector
@Internal public interface BytesColumnVector extends ColumnVector
Bytes column vector to getBytesColumnVector.Bytes, it include original data and offset and length. The data inBytesColumnVector.Bytesmaybe reuse.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBytesColumnVector.BytesBytes data.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytesColumnVector.BytesgetBytes(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getBytes
BytesColumnVector.Bytes getBytes(int i)
-
-