Uses of Class
io.trino.parquet.DictionaryPage
-
Packages that use DictionaryPage Package Description io.trino.parquet io.trino.parquet.dictionary io.trino.parquet.predicate -
-
Uses of DictionaryPage in io.trino.parquet
Methods in io.trino.parquet with parameters of type DictionaryPage Modifier and Type Method Description DictionaryParquetEncoding. initDictionary(org.apache.parquet.column.ColumnDescriptor descriptor, DictionaryPage dictionaryPage)static org.apache.parquet.bytes.ByteBufferInputStreamParquetReaderUtils. toInputStream(DictionaryPage page) -
Uses of DictionaryPage in io.trino.parquet.dictionary
Constructors in io.trino.parquet.dictionary with parameters of type DictionaryPage Constructor Description BinaryDictionary(DictionaryPage dictionaryPage)BinaryDictionary(DictionaryPage dictionaryPage, Integer length)DoubleDictionary(DictionaryPage dictionaryPage)FloatDictionary(DictionaryPage dictionaryPage)IntegerDictionary(DictionaryPage dictionaryPage)LongDictionary(DictionaryPage dictionaryPage) -
Uses of DictionaryPage in io.trino.parquet.predicate
Methods in io.trino.parquet.predicate that return types with arguments of type DictionaryPage Modifier and Type Method Description Optional<DictionaryPage>DictionaryDescriptor. getDictionaryPage()Constructor parameters in io.trino.parquet.predicate with type arguments of type DictionaryPage Constructor Description DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor, Optional<DictionaryPage> dictionaryPage)
-