Uses of Interface
io.trino.parquet.reader.flat.ColumnAdapter
Packages that use ColumnAdapter
-
Uses of ColumnAdapter in io.trino.parquet.reader
Fields in io.trino.parquet.reader declared as ColumnAdapterModifier and TypeFieldDescriptionprotected final ColumnAdapter<BufferType>AbstractColumnReader.columnAdapterConstructors in io.trino.parquet.reader with parameters of type ColumnAdapterModifierConstructorDescriptionAbstractColumnReader(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 ColumnAdapter in io.trino.parquet.reader.flat
Classes in io.trino.parquet.reader.flat that implement ColumnAdapterModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in io.trino.parquet.reader.flat with parameters of type ColumnAdapterModifier and TypeMethodDescriptionstatic <BufferType>
DictionaryDecoder<BufferType>DictionaryDecoder.getDictionaryDecoder(DictionaryPage dictionaryPage, ColumnAdapter<BufferType> columnAdapter, ValueDecoder<BufferType> plainValuesDecoder, boolean isNonNull) Constructors in io.trino.parquet.reader.flat with parameters of type ColumnAdapterModifierConstructorDescriptionDictionaryDecoder(T dictionary, ColumnAdapter<T> columnAdapter, int dictionarySize, boolean isNonNull) FlatColumnReader(PrimitiveField field, ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, FlatDefinitionLevelDecoder.DefinitionLevelDecoderProvider definitionLevelDecoderProvider, DictionaryDecoder.DictionaryDecoderProvider<BufferType> dictionaryDecoderProvider, ColumnAdapter<BufferType> columnAdapter, LocalMemoryContext memoryContext)