Uses of Class
io.trino.parquet.DictionaryPage
Packages that use DictionaryPage
Package
Description
-
Uses of DictionaryPage in io.trino.parquet
Methods in io.trino.parquet with parameters of type DictionaryPageModifier and TypeMethodDescriptionParquetEncoding.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 DictionaryPageModifierConstructorDescriptionBinaryDictionary(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 DictionaryPageConstructor parameters in io.trino.parquet.predicate with type arguments of type DictionaryPageModifierConstructorDescriptionDictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor, boolean nullAllowed, Optional<DictionaryPage> dictionaryPage) -
Uses of DictionaryPage in io.trino.parquet.reader
Methods in io.trino.parquet.reader that return DictionaryPage -
Uses of DictionaryPage in io.trino.parquet.reader.decoders
Methods in io.trino.parquet.reader.decoders with parameters of type DictionaryPageModifier and TypeMethodDescriptionstatic <T> DictionaryDecoder<T>ValueDecoders.getDictionaryDecoder(DictionaryPage dictionaryPage, ColumnAdapter<T> columnAdapter, ValueDecoder<T> plainValuesDecoder, boolean isNonNull)