| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data.vector.heap |
| 限定符和类型 | 字段和说明 |
|---|---|
protected HeapIntVector |
AbstractHeapVector.dictionaryIds
Reusable column for ids of dictionary.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HeapIntVector |
HeapBooleanVector.getDictionaryIds() |
HeapIntVector |
AbstractHeapVector.getDictionaryIds()
Returns the underlying integer column for ids of dictionary.
|
HeapIntVector |
HeapBooleanVector.reserveDictionaryIds(int capacity) |
HeapIntVector |
AbstractHeapVector.reserveDictionaryIds(int capacity) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.