Package | Description |
---|---|
com.facebook.presto.sql.planner.iterative.rule | |
com.facebook.presto.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 |
InternalPlanVisitor.visitOffset(OffsetNode node,
C context) |
Copyright © 2012–2022. All rights reserved.