| Modifier and Type | Method and Description |
|---|---|
Dictionary |
ParquetEncoding.initDictionary(org.apache.parquet.column.ColumnDescriptor descriptor,
DictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.parquet.column.values.ValuesReader |
ParquetEncoding.getDictionaryBasedValuesReader(org.apache.parquet.column.ColumnDescriptor descriptor,
ValuesType valuesType,
Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
static Decoders.FlatDecoders |
Decoders.readFlatPage(DataPage page,
RichColumnDescriptor columnDescriptor,
Dictionary dictionary) |
static Decoders.NestedDecoders |
Decoders.readNestedPage(DataPage page,
RichColumnDescriptor columnDescriptor,
Dictionary dictionary) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBatchDictionary |
class |
TimestampDictionary |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
Dictionaries.createDictionary(org.apache.parquet.column.ColumnDescriptor columnDescriptor,
DictionaryPage dictionaryPage) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryDictionary |
class |
DoubleDictionary |
class |
FloatDictionary |
class |
IntegerDictionary |
class |
LongDictionary |
| Constructor and Description |
|---|
DictionaryReader(Dictionary dictionary) |
Copyright © 2012–2022. All rights reserved.