Interface MatchFunction<T>
- All Known Implementing Classes:
AbstractMatchFunction
,DrillPushRowKeyJoinToScanRule.MatchRelJ
public interface MatchFunction<T>
-
Method Summary
-
Method Details
-
match
boolean match(org.apache.calcite.plan.RelOptRuleCall call) -
onMatch
-