Package io.trino.sql.planner.plan
Class Patterns.CorrelatedJoin
- java.lang.Object
-
- io.trino.sql.planner.plan.Patterns.CorrelatedJoin
-
-
Constructor Summary
Constructors Constructor Description CorrelatedJoin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Property<CorrelatedJoinNode,Lookup,List<Symbol>>correlation()static Property<CorrelatedJoinNode,Lookup,Expression>filter()static Property<CorrelatedJoinNode,Lookup,PlanNode>subquery()static Property<CorrelatedJoinNode,Lookup,CorrelatedJoinNode.Type>type()
-
-
-
Method Detail
-
correlation
public static Property<CorrelatedJoinNode,Lookup,List<Symbol>> correlation()
-
subquery
public static Property<CorrelatedJoinNode,Lookup,PlanNode> subquery()
-
filter
public static Property<CorrelatedJoinNode,Lookup,Expression> filter()
-
type
public static Property<CorrelatedJoinNode,Lookup,CorrelatedJoinNode.Type> type()
-
-