Interface ByteColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableByteVector
- All Known Implementing Classes:
HeapByteVector
@Internal public interface ByteColumnVector extends ColumnVector
Byte column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytegetByte(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-