Uses of Interface
io.trino.parquet.reader.flat.DictionaryDecoder.DictionaryDecoderProvider
Packages that use DictionaryDecoder.DictionaryDecoderProvider
-
Uses of DictionaryDecoder.DictionaryDecoderProvider in io.trino.parquet.reader
Constructors in io.trino.parquet.reader with parameters of type DictionaryDecoder.DictionaryDecoderProviderModifierConstructorDescriptionAbstractColumnReader(PrimitiveField field, ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, DictionaryDecoder.DictionaryDecoderProvider<BufferType> dictionaryDecoderProvider, ColumnAdapter<BufferType> columnAdapter) NestedColumnReader(PrimitiveField field, ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, ValueDecoder.LevelsDecoderProvider levelsDecoderProvider, DictionaryDecoder.DictionaryDecoderProvider<BufferType> dictionaryDecoderProvider, ColumnAdapter<BufferType> columnAdapter, LocalMemoryContext memoryContext) -
Uses of DictionaryDecoder.DictionaryDecoderProvider in io.trino.parquet.reader.flat
Constructors in io.trino.parquet.reader.flat with parameters of type DictionaryDecoder.DictionaryDecoderProviderModifierConstructorDescriptionFlatColumnReader(PrimitiveField field, ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, FlatDefinitionLevelDecoder.DefinitionLevelDecoderProvider definitionLevelDecoderProvider, DictionaryDecoder.DictionaryDecoderProvider<BufferType> dictionaryDecoderProvider, ColumnAdapter<BufferType> columnAdapter, LocalMemoryContext memoryContext)