Package | Description |
---|---|
io.prestosql.sql.planner.iterative.rule | |
io.prestosql.sql.planner.optimizations.joins |
Class and Description |
---|
JoinGraph
JoinGraph represents sequence of Joins, where nodes in the graph
are PlanNodes that are being joined and edges are all equality join
conditions between pair of nodes.
|
Class and Description |
---|
JoinGraph
JoinGraph represents sequence of Joins, where nodes in the graph
are PlanNodes that are being joined and edges are all equality join
conditions between pair of nodes.
|
JoinGraph.Edge |
Copyright © 2012–2019. All rights reserved.