Uses of Class
io.trino.orc.OrcReaderOptions
-
Packages that use OrcReaderOptions Package Description io.trino.orc -
-
Uses of OrcReaderOptions in io.trino.orc
Methods in io.trino.orc that return OrcReaderOptions Modifier and Type Method Description OrcReaderOptionsOrcReaderOptions. withBloomFiltersEnabled(boolean bloomFiltersEnabled)OrcReaderOptionsOrcReaderOptions. withLazyReadSmallRanges(boolean lazyReadSmallRanges)Deprecated.OrcReaderOptionsOrcReaderOptions. withMaxBufferSize(io.airlift.units.DataSize maxBufferSize)OrcReaderOptionsOrcReaderOptions. withMaxMergeDistance(io.airlift.units.DataSize maxMergeDistance)OrcReaderOptionsOrcReaderOptions. withMaxReadBlockSize(io.airlift.units.DataSize maxBlockSize)OrcReaderOptionsOrcReaderOptions. withNestedLazy(boolean nestedLazy)Deprecated.OrcReaderOptionsOrcReaderOptions. withStreamBufferSize(io.airlift.units.DataSize streamBufferSize)OrcReaderOptionsOrcReaderOptions. withTinyStripeThreshold(io.airlift.units.DataSize tinyStripeThreshold)Methods in io.trino.orc with parameters of type OrcReaderOptions Modifier and Type Method Description static Optional<OrcReader>OrcReader. createOrcReader(OrcDataSource orcDataSource, OrcReaderOptions options)Constructors in io.trino.orc with parameters of type OrcReaderOptions Constructor Description AbstractOrcDataSource(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 systemMemoryUsage, Optional<OrcWriteValidation> writeValidation, int initialBatchSize, Function<Exception,RuntimeException> exceptionTransform, OrcReader.FieldMapperFactory fieldMapperFactory)
-