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.decoders
Methods in io.trino.parquet.reader.decoders that return DictionaryDecoderModifier and TypeMethodDescriptionstatic <T> DictionaryDecoder<T>ValueDecoders.getDictionaryDecoder(DictionaryPage dictionaryPage, ColumnAdapter<T> columnAdapter, ValueDecoder<T> plainValuesDecoder, boolean isNonNull)