Uses of Class
io.trino.orc.OrcBlockFactory
Packages that use OrcBlockFactory
-
Uses of OrcBlockFactory in io.trino.orc.reader
Methods in io.trino.orc.reader with parameters of type OrcBlockFactoryModifier and TypeMethodDescriptionstatic ColumnReaderColumnReaders.createColumnReader(Type type, OrcColumn column, OrcReader.ProjectedLayout projectedLayout, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory) Constructors in io.trino.orc.reader with parameters of type OrcBlockFactoryModifierConstructorDescriptionListColumnReader(Type type, OrcColumn column, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory) MapColumnReader(Type type, OrcColumn column, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory)