| Package | Description |
|---|---|
| com.facebook.presto.hive.parquet | |
| com.facebook.presto.hive.parquet.dictionary |
| Modifier and Type | Method and Description |
|---|---|
ParquetDictionary |
ParquetEncoding.initDictionary(parquet.column.ColumnDescriptor descriptor,
ParquetDictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
parquet.column.values.ValuesReader |
ParquetEncoding.getDictionaryBasedValuesReader(parquet.column.ColumnDescriptor descriptor,
ParquetValuesType valuesType,
ParquetDictionary dictionary) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetBinaryDictionary |
class |
ParquetDoubleDictionary |
class |
ParquetFloatDictionary |
class |
ParquetIntegerDictionary |
class |
ParquetLongDictionary |
| Constructor and Description |
|---|
ParquetDictionaryReader(ParquetDictionary dictionary) |
Copyright © 2012-2017. All Rights Reserved.