Uses of Class
io.trino.plugin.hive.ReaderPageSource
-
Packages that use ReaderPageSource Package Description io.trino.plugin.hive io.trino.plugin.hive.orc io.trino.plugin.hive.parquet io.trino.plugin.hive.rcfile -
-
Uses of ReaderPageSource in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return ReaderPageSource Modifier and Type Method Description static ReaderPageSourceReaderPageSource. noProjectionAdaptation(ConnectorPageSource connectorPageSource)Methods in io.trino.plugin.hive that return types with arguments of type ReaderPageSource Modifier and Type Method Description Optional<ReaderPageSource>HivePageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path 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 ReaderPageSource Modifier and Type Method Description Optional<ReaderPageSource>OrcPageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path 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 ReaderPageSource Modifier and Type Method Description static ReaderPageSourceParquetPageSourceFactory. createPageSource(org.apache.hadoop.fs.Path path, long start, long length, long estimatedFileSize, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, boolean useColumnNames, HdfsEnvironment hdfsEnvironment, org.apache.hadoop.conf.Configuration configuration, ConnectorIdentity identity, org.joda.time.DateTimeZone timeZone, FileFormatDataSourceStats stats, ParquetReaderOptions options)This method is available for other callers to use directly.Methods in io.trino.plugin.hive.parquet that return types with arguments of type ReaderPageSource Modifier and Type Method Description Optional<ReaderPageSource>ParquetPageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path 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 ReaderPageSource Modifier and Type Method Description Optional<ReaderPageSource>RcFilePageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction)
-