public class ParquetSelectivePageSourceFactory extends Object implements HiveSelectivePageSourceFactory
| Constructor and Description |
|---|
ParquetSelectivePageSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<? extends com.facebook.presto.spi.ConnectorPageSource> |
createPageSource(org.apache.hadoop.conf.Configuration configuration,
com.facebook.presto.spi.ConnectorSession session,
HiveFileSplit fileSplit,
com.facebook.presto.hive.metastore.Storage storage,
List<HiveColumnHandle> columns,
Map<Integer,String> prefilledValues,
Map<Integer,HiveCoercer> coercers,
Optional<BucketAdaptation> bucketAdaptation,
List<Integer> outputColumns,
com.facebook.presto.common.predicate.TupleDomain<com.facebook.presto.common.Subfield> domainPredicate,
com.facebook.presto.spi.relation.RowExpression remainingPredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
com.facebook.presto.hive.HiveFileContext hiveFileContext,
Optional<EncryptionInformation> encryptionInformation,
boolean appendRowNumberEnabled,
boolean footerStatsUnreliable) |
@Inject public ParquetSelectivePageSourceFactory()
public Optional<? extends com.facebook.presto.spi.ConnectorPageSource> createPageSource(org.apache.hadoop.conf.Configuration configuration, com.facebook.presto.spi.ConnectorSession session, HiveFileSplit fileSplit, com.facebook.presto.hive.metastore.Storage storage, List<HiveColumnHandle> columns, Map<Integer,String> prefilledValues, Map<Integer,HiveCoercer> coercers, Optional<BucketAdaptation> bucketAdaptation, List<Integer> outputColumns, com.facebook.presto.common.predicate.TupleDomain<com.facebook.presto.common.Subfield> domainPredicate, com.facebook.presto.spi.relation.RowExpression remainingPredicate, org.joda.time.DateTimeZone hiveStorageTimeZone, com.facebook.presto.hive.HiveFileContext hiveFileContext, Optional<EncryptionInformation> encryptionInformation, boolean appendRowNumberEnabled, boolean footerStatsUnreliable)
createPageSource in interface HiveSelectivePageSourceFactoryCopyright © 2012–2023. All rights reserved.