| Interface | Description |
|---|---|
| HistoryBasedPlanStatisticsProvider |
An interface to provide plan statistics from an external source to Presto planner.
|
| Class | Description |
|---|---|
| ColumnStatisticMetadata | |
| ColumnStatistics | |
| ColumnStatistics.Builder |
If one of the estimates below is unspecified, the default "unknown" estimate value
(represented by floating point NaN) may cause the resulting symbol statistics
to be "unknown" as well.
|
| ComputedStatistics | |
| ComputedStatistics.Builder | |
| CostBasedSourceInfo |
Describes plan statistics which are derived from cost based optimizer.
|
| DoubleRange | |
| EmptyPlanStatisticsProvider | |
| Estimate | |
| HistoricalPlanStatistics | |
| HistoricalPlanStatisticsEntry | |
| HistoryBasedSourceInfo |
Describes plan statistics which are derived from history based optimizer.
|
| PlanStatistics | |
| PlanStatisticsWithSourceInfo | |
| SourceInfo |
Describes source of PlanStatistics.
|
| TableStatistics | |
| TableStatistics.Builder | |
| TableStatisticsMetadata |
| Enum | Description |
|---|---|
| ColumnStatisticType | |
| TableStatisticType |
Copyright © 2012–2022. All rights reserved.