Package | Description |
---|---|
parquet.column |
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 |
---|---|
ValuesReader |
Encoding.getDictionaryBasedValuesReader(ColumnDescriptor descriptor,
ValuesType valuesType,
Dictionary dictionary)
To read decoded values that require a dictionary
|
ValuesReader |
Encoding.getValuesReader(ColumnDescriptor descriptor,
ValuesType valuesType)
To read decoded values that don't require a dictionary
|
Copyright © 2015. All rights reserved.