Uses of Class
io.trino.parquet.ValuesType
-
Packages that use ValuesType Package Description io.trino.parquet -
-
Uses of ValuesType in io.trino.parquet
Methods in io.trino.parquet 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 io.trino.parquet with parameters of type ValuesType Modifier and Type Method Description org.apache.parquet.column.values.ValuesReaderParquetEncoding. getDictionaryBasedValuesReader(org.apache.parquet.column.ColumnDescriptor descriptor, ValuesType valuesType, Dictionary dictionary)org.apache.parquet.column.values.ValuesReaderParquetEncoding. getValuesReader(org.apache.parquet.column.ColumnDescriptor descriptor, ValuesType valuesType)
-