Package | Description |
---|---|
org.apache.paimon.data.columnar.writable | |
org.apache.paimon.format.parquet.reader |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetDictionary
Parquet dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
ParquetDecimalVector.setDictionary(Dictionary dictionary) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.