Uses of Class
io.trino.plugin.hive.ReaderPageSource
Packages that use ReaderPageSource
Package
Description
-
Uses of ReaderPageSource in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return ReaderPageSourceModifier and TypeMethodDescriptionstatic ReaderPageSourceReaderPageSource.noProjectionAdaptation(ConnectorPageSource connectorPageSource) Methods in io.trino.plugin.hive that return types with arguments of type ReaderPageSourceModifier and TypeMethodDescriptionHivePageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of ReaderPageSource in io.trino.plugin.hive.avro
Methods in io.trino.plugin.hive.avro that return types with arguments of type ReaderPageSourceModifier and TypeMethodDescriptionAvroPageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of ReaderPageSource in io.trino.plugin.hive.line
Methods in io.trino.plugin.hive.line that return types with arguments of type ReaderPageSourceModifier and TypeMethodDescriptionLinePageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of ReaderPageSource in io.trino.plugin.hive.orc
Methods in io.trino.plugin.hive.orc that return types with arguments of type ReaderPageSourceModifier and TypeMethodDescriptionOrcPageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of ReaderPageSource in io.trino.plugin.hive.parquet
Methods in io.trino.plugin.hive.parquet that return ReaderPageSourceModifier and TypeMethodDescriptionstatic ReaderPageSourceParquetPageSourceFactory.createPageSource(TrinoInputFile inputFile, long start, long length, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, boolean useColumnNames, org.joda.time.DateTimeZone timeZone, FileFormatDataSourceStats stats, ParquetReaderOptions options, Optional<ParquetWriteValidation> parquetWriteValidation, int domainCompactionThreshold) This method is available for other callers to use directly.Methods in io.trino.plugin.hive.parquet that return types with arguments of type ReaderPageSourceModifier and TypeMethodDescriptionParquetPageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of ReaderPageSource in io.trino.plugin.hive.rcfile
Methods in io.trino.plugin.hive.rcfile that return types with arguments of type ReaderPageSourceModifier and TypeMethodDescriptionRcFilePageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction)