| Package | Description |
|---|---|
| io.prestosql.sql.planner.iterative.rule | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Pattern<OffsetNode> |
PushOffsetThroughProject.getPattern() |
Pattern<OffsetNode> |
ImplementOffset.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Result |
PushOffsetThroughProject.apply(OffsetNode parent,
Captures captures,
Rule.Context context) |
Rule.Result |
ImplementOffset.apply(OffsetNode parent,
Captures captures,
Rule.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern<OffsetNode> |
Patterns.offset() |
| Modifier and Type | Method and Description |
|---|---|
R |
PlanVisitor.visitOffset(OffsetNode node,
C context) |
Copyright © 2012–2019. All rights reserved.