| Package | Description |
|---|---|
| io.prestosql.sql.planner.iterative.rule | |
| io.prestosql.sql.planner.optimizations | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Pattern<TableFinishNode> |
RemoveEmptyDelete.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Result |
RemoveEmptyDelete.apply(TableFinishNode node,
Captures captures,
Rule.Context context) |
| Modifier and Type | Method and Description |
|---|---|
TableFinishNode |
SymbolMapper.map(TableFinishNode node,
PlanNode source) |
| Modifier and Type | Method and Description |
|---|---|
TableFinishNode |
SymbolMapper.map(TableFinishNode node,
PlanNode source) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern<TableFinishNode> |
Patterns.tableFinish() |
| Modifier and Type | Method and Description |
|---|---|
R |
PlanVisitor.visitTableFinish(TableFinishNode node,
C context) |
Copyright © 2012–2019. All rights reserved.