Uses of Interface
org.apache.flink.table.data.columnar.vector.writable.WritableBooleanVector
-
Packages that use WritableBooleanVector Package Description org.apache.flink.formats.parquet.vector.reader org.apache.flink.table.data.columnar.vector.heap -
-
Uses of WritableBooleanVector in org.apache.flink.formats.parquet.vector.reader
Methods in org.apache.flink.formats.parquet.vector.reader with parameters of type WritableBooleanVector Modifier and Type Method Description protected void
BooleanColumnReader. readBatch(int rowId, int num, WritableBooleanVector column)
protected void
BooleanColumnReader. readBatchFromDictionaryIds(int rowId, int num, WritableBooleanVector column, WritableIntVector dictionaryIds)
-
Uses of WritableBooleanVector in org.apache.flink.table.data.columnar.vector.heap
Classes in org.apache.flink.table.data.columnar.vector.heap that implement WritableBooleanVector Modifier and Type Class Description class
HeapBooleanVector
This class represents a nullable heap boolean column vector.
-