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.flat
Methods in io.trino.parquet.reader.flat with parameters of type DictionaryPageModifier and TypeMethodDescriptionDictionaryDecoder.DictionaryDecoderProvider.create(DictionaryPage dictionaryPage, boolean isNonNull) static <BufferType>
DictionaryDecoder<BufferType>DictionaryDecoder.getDictionaryDecoder(DictionaryPage dictionaryPage, ColumnAdapter<BufferType> columnAdapter, ValueDecoder<BufferType> plainValuesDecoder, boolean isNonNull)