| Package | Description |
|---|---|
| com.facebook.presto.spi.statistics |
| Modifier and Type | Method and Description |
|---|---|
Map<PlanNodeWithHash,HistoricalPlanStatistics> |
HistoryBasedPlanStatisticsProvider.getStats(List<PlanNodeWithHash> planNodesWithHash)
Given a list of plan node hashes, returns historical statistics for them.
|
Map<PlanNodeWithHash,HistoricalPlanStatistics> |
EmptyPlanStatisticsProvider.getStats(List<PlanNodeWithHash> planNodeHashes) |
| Modifier and Type | Method and Description |
|---|---|
Map<PlanNodeWithHash,HistoricalPlanStatistics> |
HistoryBasedPlanStatisticsProvider.getStats(List<PlanNodeWithHash> planNodesWithHash)
Given a list of plan node hashes, returns historical statistics for them.
|
Map<PlanNodeWithHash,HistoricalPlanStatistics> |
EmptyPlanStatisticsProvider.getStats(List<PlanNodeWithHash> planNodeHashes) |
void |
HistoryBasedPlanStatisticsProvider.putStats(Map<PlanNodeWithHash,HistoricalPlanStatistics> hashesAndStatistics)
Given plan hashes and corresponding statistics after a query is run, store them for future retrieval.
|
void |
EmptyPlanStatisticsProvider.putStats(Map<PlanNodeWithHash,HistoricalPlanStatistics> hashesAndStatistics) |
Copyright © 2012–2022. All rights reserved.