public interface HiveBatchPageSourceFactory
| 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,
com.facebook.presto.spi.SchemaTableName tableName,
Map<String,String> tableParameters,
List<HiveColumnHandle> columns,
com.facebook.presto.common.predicate.TupleDomain<HiveColumnHandle> effectivePredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
com.facebook.presto.hive.HiveFileContext hiveFileContext,
Optional<EncryptionInformation> encryptionInformation) |
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, com.facebook.presto.spi.SchemaTableName tableName, Map<String,String> tableParameters, List<HiveColumnHandle> columns, com.facebook.presto.common.predicate.TupleDomain<HiveColumnHandle> effectivePredicate, org.joda.time.DateTimeZone hiveStorageTimeZone, com.facebook.presto.hive.HiveFileContext hiveFileContext, Optional<EncryptionInformation> encryptionInformation)
Copyright © 2012–2023. All rights reserved.