| Package | Description |
|---|---|
| io.prestosql.cost | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Pattern<UnionNode> |
UnionStatsRule.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<PlanNodeStatsEstimate> |
UnionStatsRule.doCalculate(UnionNode node,
StatsProvider statsProvider,
Lookup lookup,
Session session,
TypeProvider types) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern<UnionNode> |
Patterns.union() |
| Modifier and Type | Method and Description |
|---|---|
R |
PlanVisitor.visitUnion(UnionNode node,
C context) |
Copyright © 2012–2019. All rights reserved.