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
ConstructorsConstructorDescriptionPushJoinIntoTableScan(PlannerContext plannerContext, TypeAnalyzer typeAnalyzer) -
Method Summary
Modifier and TypeMethodDescriptionapply(JoinNode joinNode, Captures captures, Rule.Context context) getEffectiveFilter(JoinNode node) Returns a pattern to which plan nodes this rule applies.boolean
-
Constructor Details
-
PushJoinIntoTableScan
-
-
Method Details