Interface BytesColumnVector

All Superinterfaces:
ColumnVector
All Known Subinterfaces:
WritableBytesVector
All Known Implementing Classes:
HeapBytesVector

@Internal public interface BytesColumnVector extends ColumnVector
Bytes column vector to get BytesColumnVector.Bytes, it include original data and offset and length. The data in BytesColumnVector.Bytes maybe reuse.