Package io.trino.sql.planner.optimizations.joins
package io.trino.sql.planner.optimizations.joins
-
ClassesClassDescriptionJoinGraph 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.