| Package | Description |
|---|---|
| com.facebook.presto.parquet |
| Modifier and Type | Method and Description |
|---|---|
static ValuesType |
ValuesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValuesType[] |
ValuesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.parquet.column.values.ValuesReader |
ParquetEncoding.getDictionaryBasedValuesReader(org.apache.parquet.column.ColumnDescriptor descriptor,
ValuesType valuesType,
Dictionary dictionary) |
org.apache.parquet.column.values.ValuesReader |
ParquetEncoding.getValuesReader(org.apache.parquet.column.ColumnDescriptor descriptor,
ValuesType valuesType) |
Copyright © 2012–2022. All rights reserved.