Uses of Class
io.trino.orc.OrcBlockFactory
-
Packages that use OrcBlockFactory Package Description io.trino.orc.reader -
-
Uses of OrcBlockFactory in io.trino.orc.reader
Methods in io.trino.orc.reader with parameters of type OrcBlockFactory Modifier and Type Method Description static 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 OrcBlockFactory Constructor Description ListColumnReader(Type type, OrcColumn column, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory)MapColumnReader(Type type, OrcColumn column, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory)
-