Package | Description |
---|---|
org.apache.paimon.data.columnar.heap |
Modifier and Type | Field and Description |
---|---|
protected HeapIntVector |
AbstractHeapVector.dictionaryIds
Reusable column for ids of dictionary.
|
Modifier and Type | Method and Description |
---|---|
HeapIntVector |
AbstractHeapVector.getDictionaryIds()
Returns the underlying integer column for ids of dictionary.
|
HeapIntVector |
HeapBooleanVector.getDictionaryIds() |
HeapIntVector |
AbstractHeapVector.reserveDictionaryIds(int capacity) |
HeapIntVector |
HeapBooleanVector.reserveDictionaryIds(int capacity) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.