Interface WritableBooleanVector
- All Superinterfaces:
BooleanColumnVector,ColumnVector,WritableColumnVector
- All Known Implementing Classes:
HeapBooleanVector
Writable
BooleanColumnVector.-
Method Summary
Modifier and TypeMethodDescriptionvoidfill(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
getBooleanMethods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAtMethods inherited from interface org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
-
Method Details
-
setBoolean
void setBoolean(int rowId, boolean value) Set boolean at rowId with the provided value. -
fill
void fill(boolean value) Fill the column vector with the provided value.
-