Uses of Interface
io.trino.plugin.hive.HivePageSourceFactory
-
Packages that use HivePageSourceFactory Package Description io.trino.plugin.hive io.trino.plugin.hive.orc io.trino.plugin.hive.parquet io.trino.plugin.hive.rcfile -
-
Uses of HivePageSourceFactory in io.trino.plugin.hive
Method parameters in io.trino.plugin.hive with type arguments of type HivePageSourceFactory Modifier and Type Method Description static Optional<ConnectorPageSource>HivePageSourceProvider. createHivePageSource(Set<HivePageSourceFactory> pageSourceFactories, Set<HiveRecordCursorProvider> cursorProviders, org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, OptionalInt bucketNumber, long start, long length, long estimatedFileSize, long fileModifiedTime, Properties schema, TupleDomain<HiveColumnHandle> effectivePredicate, List<HiveColumnHandle> columns, String partitionName, List<HivePartitionKey> partitionKeys, TypeManager typeManager, TableToPartitionMapping tableToPartitionMapping, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, boolean s3SelectPushdownEnabled, Optional<AcidInfo> acidInfo, boolean originalFile, AcidTransaction transaction)Constructor parameters in io.trino.plugin.hive with type arguments of type HivePageSourceFactory Constructor Description HivePageSourceProvider(TypeManager typeManager, HdfsEnvironment hdfsEnvironment, HiveConfig hiveConfig, Set<HivePageSourceFactory> pageSourceFactories, Set<HiveRecordCursorProvider> cursorProviders, GenericHiveRecordCursorProvider genericCursorProvider, OrcFileWriterFactory orcFileWriterFactory)HivePageSourceProvider(TypeManager typeManager, HdfsEnvironment hdfsEnvironment, HiveConfig hiveConfig, Set<HivePageSourceFactory> pageSourceFactories, Set<HiveRecordCursorProvider> cursorProviders, GenericHiveRecordCursorProvider genericCursorProvider, Optional<OrcFileWriterFactory> orcFileWriterFactory) -
Uses of HivePageSourceFactory in io.trino.plugin.hive.orc
Classes in io.trino.plugin.hive.orc that implement HivePageSourceFactory Modifier and Type Class Description classOrcPageSourceFactory -
Uses of HivePageSourceFactory in io.trino.plugin.hive.parquet
Classes in io.trino.plugin.hive.parquet that implement HivePageSourceFactory Modifier and Type Class Description classParquetPageSourceFactory -
Uses of HivePageSourceFactory in io.trino.plugin.hive.rcfile
Classes in io.trino.plugin.hive.rcfile that implement HivePageSourceFactory Modifier and Type Class Description classRcFilePageSourceFactory
-