Interface BooleanColumnVector

All Superinterfaces:
ColumnVector
All Known Subinterfaces:
WritableBooleanVector
All Known Implementing Classes:
HeapBooleanVector

@Internal public interface BooleanColumnVector extends ColumnVector
Boolean column vector.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    getBoolean(int i)
     

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

    isNullAt
  • Method Details

    • getBoolean

      boolean getBoolean(int i)