| Package | Description |
|---|---|
| io.prestosql.cost | |
| io.prestosql.sql.planner.iterative.rule | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Pattern<OutputNode> |
OutputStatsRule.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Optional<PlanNodeStatsEstimate> |
OutputStatsRule.calculate(OutputNode node,
StatsProvider sourceStats,
Lookup lookup,
Session session,
TypeProvider types) |
| Modifier and Type | Method and Description |
|---|---|
Pattern<OutputNode> |
PruneOutputColumns.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Result |
PruneOutputColumns.apply(OutputNode outputNode,
Captures captures,
Rule.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern<OutputNode> |
Patterns.output() |
| Modifier and Type | Method and Description |
|---|---|
R |
PlanVisitor.visitOutput(OutputNode node,
C context) |
Copyright © 2012–2019. All rights reserved.