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