Class JoinGraph

java.lang.Object
io.trino.sql.planner.optimizations.joins.JoinGraph

public class JoinGraph extends Object
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.