| Package | Description |
|---|---|
| org.apache.flink.table.data.columnar.vector.writable |
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
AbstractWritableVector.dictionary
The Dictionary for this column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WritableColumnVector.setDictionary(Dictionary dictionary)
Set the dictionary, it should work with dictionary ids.
|
void |
AbstractWritableVector.setDictionary(Dictionary dictionary)
Update the dictionary.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.