Uses of Interface
io.trino.orc.OrcReader.FieldMapperFactory
-
Packages that use OrcReader.FieldMapperFactory Package Description io.trino.orc io.trino.orc.reader -
-
Uses of OrcReader.FieldMapperFactory in io.trino.orc
Methods in io.trino.orc with parameters of type OrcReader.FieldMapperFactory Modifier and Type Method Description OrcRecordReaderOrcReader. 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.FieldMapperFactory Constructor Description OrcRecordReader(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.FieldMapperFactory 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 OrcReader.FieldMapperFactory 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)
-