Uses of Interface
io.trino.orc.OrcReader.FieldMapperFactory
Packages that use OrcReader.FieldMapperFactory
-
Uses of OrcReader.FieldMapperFactory in io.trino.orc
Methods in io.trino.orc with parameters of type OrcReader.FieldMapperFactoryModifier and TypeMethodDescriptionOrcReader.createRecordReader(List<OrcColumn> readColumns, List<Type> readTypes, List<OrcReader.ProjectedLayout> readLayouts, OrcPredicate predicate, long offset, long length, org.joda.time.DateTimeZone legacyFileTimeZone, AggregatedMemoryContext memoryUsage, int initialBatchSize, Function<Exception, RuntimeException> exceptionTransform, OrcReader.FieldMapperFactory fieldMapperFactory) Constructors in io.trino.orc with parameters of type OrcReader.FieldMapperFactoryModifierConstructorDescriptionOrcRecordReader(List<OrcColumn> readColumns, List<Type> readTypes, List<OrcReader.ProjectedLayout> readLayouts, OrcPredicate predicate, long numberOfRows, List<StripeInformation> fileStripes, Optional<ColumnMetadata<ColumnStatistics>> fileStats, List<Optional<StripeStatistics>> stripeStats, OrcDataSource orcDataSource, long splitOffset, long splitLength, ColumnMetadata<OrcType> orcTypes, Optional<OrcDecompressor> decompressor, OptionalInt rowsInRowGroup, org.joda.time.DateTimeZone legacyFileTimeZone, PostScript.HiveWriterVersion hiveWriterVersion, MetadataReader metadataReader, OrcReaderOptions options, Map<String, io.airlift.slice.Slice> userMetadata, AggregatedMemoryContext memoryUsage, Optional<OrcWriteValidation> writeValidation, int initialBatchSize, Function<Exception, RuntimeException> exceptionTransform, OrcReader.FieldMapperFactory fieldMapperFactory) -
Uses of OrcReader.FieldMapperFactory in io.trino.orc.reader
Methods in io.trino.orc.reader with parameters of type OrcReader.FieldMapperFactoryModifier 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 OrcReader.FieldMapperFactoryModifierConstructorDescriptionListColumnReader(Type type, OrcColumn column, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory) MapColumnReader(Type type, OrcColumn column, AggregatedMemoryContext memoryContext, OrcBlockFactory blockFactory, OrcReader.FieldMapperFactory fieldMapperFactory)