Uses of Class
io.trino.parquet.reader.flat.DictionaryDecoder
Packages that use DictionaryDecoder
-
Uses of DictionaryDecoder in io.trino.parquet.reader
Fields in io.trino.parquet.reader declared as DictionaryDecoderModifier and TypeFieldDescriptionprotected DictionaryDecoder<BufferType>AbstractColumnReader.dictionaryDecoder -
Uses of DictionaryDecoder in io.trino.parquet.reader.flat
Methods in io.trino.parquet.reader.flat that return DictionaryDecoderModifier and TypeMethodDescriptionDictionaryDecoder.DictionaryDecoderProvider.create(DictionaryPage dictionaryPage, boolean isNonNull) static <BufferType>
DictionaryDecoder<BufferType>DictionaryDecoder.getDictionaryDecoder(DictionaryPage dictionaryPage, ColumnAdapter<BufferType> columnAdapter, ValueDecoder<BufferType> plainValuesDecoder, boolean isNonNull)