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, ConnectorSession session, Location path, OptionalInt tableBucketNumber, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema schema, TupleDomain<HiveColumnHandle> effectivePredicate, TypeManager typeManager, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, 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, HiveConfig hiveConfig, Set<HivePageSourceFactory> pageSourceFactories) -
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