Interface BooleanColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableBooleanVector
- All Known Implementing Classes:
ArrowBooleanColumnVector
,HeapBooleanVector
,OrcLongColumnVector
,OrcNoHiveLongVector
@Internal public interface BooleanColumnVector extends ColumnVector
Boolean column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBoolean(int i)
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-