Uses of Interface
io.trino.parquet.reader.decoders.ValueDecoder.ValueDecodersProvider
Packages that use ValueDecoder.ValueDecodersProvider
-
Uses of ValueDecoder.ValueDecodersProvider in io.trino.parquet.reader
Fields in io.trino.parquet.reader declared as ValueDecoder.ValueDecodersProviderModifier and TypeFieldDescriptionprotected final ValueDecoder.ValueDecodersProvider<BufferType>AbstractColumnReader.decodersProviderMethods in io.trino.parquet.reader with parameters of type ValueDecoder.ValueDecodersProviderModifier and TypeMethodDescriptionprotected ValueDecoder<BufferType>AbstractColumnReader.createValueDecoder(ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, ParquetEncoding encoding, io.airlift.slice.Slice data) Constructors in io.trino.parquet.reader with parameters of type ValueDecoder.ValueDecodersProviderModifierConstructorDescriptionAbstractColumnReader(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 ValueDecoder.ValueDecodersProvider in io.trino.parquet.reader.flat
Constructors in io.trino.parquet.reader.flat with parameters of type ValueDecoder.ValueDecodersProviderModifierConstructorDescriptionFlatColumnReader(PrimitiveField field, ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, FlatDefinitionLevelDecoder.DefinitionLevelDecoderProvider definitionLevelDecoderProvider, DictionaryDecoder.DictionaryDecoderProvider<BufferType> dictionaryDecoderProvider, ColumnAdapter<BufferType> columnAdapter, LocalMemoryContext memoryContext)