| Package | Description |
|---|---|
| com.facebook.presto.hive.parquet |
| Modifier and Type | Method and Description |
|---|---|
static ParquetValuesType |
ParquetValuesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetValuesType[] |
ParquetValuesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
parquet.column.values.ValuesReader |
ParquetEncoding.getDictionaryBasedValuesReader(parquet.column.ColumnDescriptor descriptor,
ParquetValuesType valuesType,
ParquetDictionary dictionary) |
parquet.column.values.ValuesReader |
ParquetEncoding.getValuesReader(parquet.column.ColumnDescriptor descriptor,
ParquetValuesType valuesType) |
Copyright © 2012-2017. All Rights Reserved.