| Package | Description |
|---|---|
| com.facebook.presto.spi.statistics |
| Modifier and Type | Class and Description |
|---|---|
class |
CostBasedSourceInfo
Describes plan statistics which are derived from cost based optimizer.
|
class |
HistoryBasedSourceInfo
Describes plan statistics which are derived from history based optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
PlanStatisticsWithSourceInfo.getSourceInfo() |
| Constructor and Description |
|---|
PlanStatisticsWithSourceInfo(PlanNodeId id,
PlanStatistics planStatistics,
SourceInfo sourceInfo) |
Copyright © 2012–2022. All rights reserved.