Uses of Class
org.apache.flink.table.data.columnar.vector.heap.HeapIntVector
-
Packages that use HeapIntVector Package Description org.apache.flink.table.data.columnar.vector.heap -
-
Uses of HeapIntVector in org.apache.flink.table.data.columnar.vector.heap
Fields in org.apache.flink.table.data.columnar.vector.heap declared as HeapIntVector Modifier and Type Field Description protected HeapIntVectorAbstractHeapVector. dictionaryIdsReusable column for ids of dictionary.Methods in org.apache.flink.table.data.columnar.vector.heap that return HeapIntVector Modifier and Type Method Description HeapIntVectorAbstractHeapVector. getDictionaryIds()Returns the underlying integer column for ids of dictionary.HeapIntVectorHeapBooleanVector. getDictionaryIds()HeapIntVectorAbstractHeapVector. reserveDictionaryIds(int capacity)HeapIntVectorHeapBooleanVector. reserveDictionaryIds(int capacity)
-