| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
DictionaryPage.copy() |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
ParquetEncoding.initDictionary(org.apache.parquet.column.ColumnDescriptor descriptor,
DictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
Dictionaries.createDictionary(org.apache.parquet.column.ColumnDescriptor columnDescriptor,
DictionaryPage dictionaryPage) |
| Constructor and Description |
|---|
BinaryBatchDictionary(DictionaryPage dictionaryPage) |
TimestampDictionary(DictionaryPage dictionaryPage) |
| Constructor and Description |
|---|
BinaryDictionary(DictionaryPage dictionaryPage) |
BinaryDictionary(DictionaryPage dictionaryPage,
Integer length) |
DoubleDictionary(DictionaryPage dictionaryPage) |
FloatDictionary(DictionaryPage dictionaryPage) |
IntegerDictionary(DictionaryPage dictionaryPage) |
LongDictionary(DictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DictionaryPage> |
DictionaryDescriptor.getDictionaryPage() |
| Constructor and Description |
|---|
DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor,
Optional<DictionaryPage> dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
PageReader.readDictionaryPage() |
| Constructor and Description |
|---|
PageReader(org.apache.parquet.hadoop.metadata.CompressionCodecName codec,
LinkedList<DataPage> compressedPages,
DictionaryPage compressedDictionaryPage) |
PageReader(org.apache.parquet.hadoop.metadata.CompressionCodecName codec,
LinkedList<DataPage> compressedPages,
DictionaryPage compressedDictionaryPage,
org.apache.parquet.internal.column.columnindex.OffsetIndex offsetIndex,
Optional<org.apache.parquet.format.BlockCipher.Decryptor> blockDecryptor,
byte[] fileAdditionalAuthenticationData,
int rowGroupOrdinal,
int columnOrdinal) |
Copyright © 2012–2022. All rights reserved.