Uses of Class
org.apache.parquet.column.ValuesType
-
Packages that use ValuesType Package Description org.apache.parquet.column -
-
Uses of ValuesType in org.apache.parquet.column
Methods in org.apache.parquet.column that return ValuesType Modifier and Type Method Description static ValuesTypeValuesType. 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.Methods in org.apache.parquet.column with parameters of type ValuesType Modifier and Type Method Description ValuesReaderEncoding. getDictionaryBasedValuesReader(ColumnDescriptor descriptor, ValuesType valuesType, Dictionary dictionary)To read decoded values that require a dictionaryValuesReaderEncoding. getValuesReader(ColumnDescriptor descriptor, ValuesType valuesType)To read decoded values that don't require a dictionary
-