Uses of Class
io.trino.orc.OrcReaderOptions
Packages that use OrcReaderOptions
-
Uses of OrcReaderOptions in io.trino.orc
Methods in io.trino.orc that return OrcReaderOptionsModifier and TypeMethodDescriptionOrcReaderOptions.withBloomFiltersEnabled(boolean bloomFiltersEnabled) OrcReaderOptions.withLazyReadSmallRanges(boolean lazyReadSmallRanges) Deprecated.OrcReaderOptions.withMaxBufferSize(io.airlift.units.DataSize maxBufferSize) OrcReaderOptions.withMaxMergeDistance(io.airlift.units.DataSize maxMergeDistance) OrcReaderOptions.withMaxReadBlockSize(io.airlift.units.DataSize maxBlockSize) OrcReaderOptions.withNestedLazy(boolean nestedLazy) Deprecated.OrcReaderOptions.withReadLegacyShortZoneId(boolean readLegacyShortZoneId) Deprecated.OrcReaderOptions.withStreamBufferSize(io.airlift.units.DataSize streamBufferSize) OrcReaderOptions.withTinyStripeThreshold(io.airlift.units.DataSize tinyStripeThreshold) Methods in io.trino.orc with parameters of type OrcReaderOptionsModifier and TypeMethodDescriptionOrcReader.createOrcReader(OrcDataSource orcDataSource, OrcReaderOptions options) Constructors in io.trino.orc with parameters of type OrcReaderOptionsModifierConstructorDescriptionAbstractOrcDataSource(OrcDataSourceId id, long estimatedSize, OrcReaderOptions options) FileOrcDataSource(File path, OrcReaderOptions options) 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 OrcReaderOptions in io.trino.orc.metadata
Constructors in io.trino.orc.metadata with parameters of type OrcReaderOptions