Uses of Interface
io.trino.plugin.hive.HivePageSourceFactory
Packages that use HivePageSourceFactory
Package
Description
-
Uses of HivePageSourceFactory in io.trino.plugin.hive
Method parameters in io.trino.plugin.hive with type arguments of type HivePageSourceFactoryModifier and TypeMethodDescriptionstatic Optional<ConnectorPageSource>HivePageSourceProvider.createHivePageSource(Set<HivePageSourceFactory> pageSourceFactories, Set<HiveRecordCursorProvider> cursorProviders, org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, Location path, OptionalInt tableBucketNumber, long start, long length, long estimatedFileSize, Properties schema, TupleDomain<HiveColumnHandle> effectivePredicate, List<HiveColumnHandle> columns, TypeManager typeManager, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, boolean s3SelectPushdownEnabled, Optional<AcidInfo> acidInfo, boolean originalFile, AcidTransaction transaction, List<HivePageSourceProvider.ColumnMapping> columnMappings) Constructor parameters in io.trino.plugin.hive with type arguments of type HivePageSourceFactoryModifierConstructorDescriptionHivePageSourceProvider(TypeManager typeManager, HdfsEnvironment hdfsEnvironment, HiveConfig hiveConfig, Set<HivePageSourceFactory> pageSourceFactories, Set<HiveRecordCursorProvider> cursorProviders, GenericHiveRecordCursorProvider genericCursorProvider) -
Uses of HivePageSourceFactory in io.trino.plugin.hive.avro
Classes in io.trino.plugin.hive.avro that implement HivePageSourceFactory -
Uses of HivePageSourceFactory in io.trino.plugin.hive.line
Classes in io.trino.plugin.hive.line that implement HivePageSourceFactoryModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of HivePageSourceFactory in io.trino.plugin.hive.orc
Classes in io.trino.plugin.hive.orc that implement HivePageSourceFactory -
Uses of HivePageSourceFactory in io.trino.plugin.hive.parquet
Classes in io.trino.plugin.hive.parquet that implement HivePageSourceFactory -
Uses of HivePageSourceFactory in io.trino.plugin.hive.rcfile
Classes in io.trino.plugin.hive.rcfile that implement HivePageSourceFactory