Class PushJoinIntoTableScan
- java.lang.Object
-
- io.trino.sql.planner.iterative.rule.PushJoinIntoTableScan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.sql.planner.iterative.Rule
Rule.Context, Rule.Result
-
-
Constructor Summary
Constructors Constructor Description PushJoinIntoTableScan(Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rule.Resultapply(JoinNode joinNode, Captures captures, Rule.Context context)ExpressiongetEffectiveFilter(JoinNode node)Pattern<JoinNode>getPattern()Returns a pattern to which plan nodes this rule applies.booleanisEnabled(Session session)
-
-
-
Constructor Detail
-
PushJoinIntoTableScan
public PushJoinIntoTableScan(Metadata metadata)
-
-
Method Detail
-
getPattern
public Pattern<JoinNode> getPattern()
Description copied from interface:RuleReturns a pattern to which plan nodes this rule applies.- Specified by:
getPatternin interfaceRule<JoinNode>
-
isEnabled
public boolean isEnabled(Session session)
-
apply
public Rule.Result apply(JoinNode joinNode, Captures captures, Rule.Context context)
-
getEffectiveFilter
public Expression getEffectiveFilter(JoinNode node)
-
-