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

    Modifier and Type
    Method
    Description
    byte
    getByte(int i)
     

    Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector

    isNullAt
  • Method Details

    • getByte

      byte getByte(int i)