| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.util |
| Constructor and Description |
|---|
DelegatingPartitionLoader(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) |
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 |
|---|---|
Optional<InternalHiveSplit> |
InternalHiveSplitFactory.createInternalHiveSplit(org.apache.hadoop.mapred.FileSplit split) |
Optional<InternalHiveSplit> |
InternalHiveSplitFactory.createInternalHiveSplit(com.facebook.presto.hive.HiveFileInfo fileInfo,
boolean splittable) |
Optional<InternalHiveSplit> |
InternalHiveSplitFactory.createInternalHiveSplit(com.facebook.presto.hive.HiveFileInfo fileInfo,
int readBucketNumber,
int tableBucketNumber,
boolean splittable) |
Copyright © 2012–2023. All rights reserved.