Interface WritableBooleanVector
-
- All Superinterfaces:
BooleanColumnVector,ColumnVector,WritableColumnVector
- All Known Implementing Classes:
HeapBooleanVector
@Internal public interface WritableBooleanVector extends WritableColumnVector, BooleanColumnVector
WritableBooleanColumnVector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfill(boolean value)Fill the column vector with the provided value.voidsetBoolean(int rowId, boolean value)Set boolean at rowId with the provided value.-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.BooleanColumnVector
getBoolean
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
-
-