public class StoragePartitionLoader extends PartitionLoader
| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePartitionLoader.BucketSplitInfo |
| Constructor and Description |
|---|
StoragePartitionLoader(com.facebook.presto.hive.metastore.Table table,
Optional<com.facebook.presto.common.predicate.Domain> pathDomain,
Optional<StoragePartitionLoader.BucketSplitInfo> tableBucketInfo,
com.facebook.presto.spi.ConnectorSession session,
com.facebook.presto.hive.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 StoragePartitionLoader(com.facebook.presto.hive.metastore.Table table,
Optional<com.facebook.presto.common.predicate.Domain> pathDomain,
Optional<StoragePartitionLoader.BucketSplitInfo> tableBucketInfo,
com.facebook.presto.spi.ConnectorSession session,
com.facebook.presto.hive.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.