| Package | Description |
|---|---|
| org.apache.flink.table.data.columnar.vector.heap | |
| org.apache.flink.table.data.columnar.vector.writable |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapIntVector
This class represents a nullable int column vector.
|
| Modifier and Type | Method and Description |
|---|---|
WritableIntVector |
WritableColumnVector.getDictionaryIds()
Get reserved dictionary ids.
|
WritableIntVector |
WritableColumnVector.reserveDictionaryIds(int capacity)
Reserve a integer column for ids of dictionary.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.