| Package | Description |
|---|---|
| com.facebook.presto.spi.statistics |
| Modifier and Type | Method and Description |
|---|---|
static PlanStatistics |
PlanStatistics.empty() |
PlanStatistics |
PlanStatisticsWithSourceInfo.getPlanStatistics() |
PlanStatistics |
HistoricalPlanStatisticsEntry.getPlanStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<PlanStatistics>> |
HistoryBasedSourceInfo.getInputTableStatistics() |
List<PlanStatistics> |
HistoricalPlanStatisticsEntry.getInputTableStatistics() |
| Constructor and Description |
|---|
HistoricalPlanStatisticsEntry(PlanStatistics planStatistics,
List<PlanStatistics> inputTableStatistics) |
PlanStatisticsWithSourceInfo(PlanNodeId id,
PlanStatistics planStatistics,
SourceInfo sourceInfo) |
| Constructor and Description |
|---|
HistoricalPlanStatisticsEntry(PlanStatistics planStatistics,
List<PlanStatistics> inputTableStatistics) |
HistoryBasedSourceInfo(Optional<String> hash,
Optional<List<PlanStatistics>> inputTableStatistics) |
Copyright © 2012–2022. All rights reserved.