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