public class DelegatingPartitionLoader extends PartitionLoader
| Constructor and Description |
|---|
DelegatingPartitionLoader(Table table,
Optional<Domain> pathDomain,
Optional<StoragePartitionLoader.BucketSplitInfo> tableBucketInfo,
ConnectorSession session,
HdfsEnvironment hdfsEnvironment,
NamenodeStats namenodeStats,
DirectoryLister directoryLister,
Deque<Iterator<InternalHiveSplit>> fileIterators,
boolean recursiveDirWalkerEnabled,
boolean schedulerUsesHostAddresses,
boolean partialAggregationsPushedDown) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
loadPartition(HivePartitionMetadata partition,
com.facebook.presto.hive.HiveSplitSource hiveSplitSource,
boolean stopped) |
getPartitionKeyspublic DelegatingPartitionLoader(Table table, Optional<Domain> pathDomain, Optional<StoragePartitionLoader.BucketSplitInfo> tableBucketInfo, ConnectorSession session, HdfsEnvironment hdfsEnvironment, NamenodeStats namenodeStats, DirectoryLister directoryLister, Deque<Iterator<InternalHiveSplit>> fileIterators, boolean recursiveDirWalkerEnabled, boolean schedulerUsesHostAddresses, boolean partialAggregationsPushedDown)
public com.google.common.util.concurrent.ListenableFuture<?> loadPartition(HivePartitionMetadata partition, com.facebook.presto.hive.HiveSplitSource hiveSplitSource, boolean stopped) throws IOException
loadPartition in class PartitionLoaderIOExceptionCopyright © 2012–2023. All rights reserved.