Interface MatchFunction<T>

All Known Implementing Classes:
AbstractMatchFunction, DrillPushRowKeyJoinToScanRule.MatchRelJ

public interface MatchFunction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(org.apache.calcite.plan.RelOptRuleCall call)
     
    onMatch(org.apache.calcite.plan.RelOptRuleCall call)
     
  • Method Details

    • match

      boolean match(org.apache.calcite.plan.RelOptRuleCall call)
    • onMatch

      T onMatch(org.apache.calcite.plan.RelOptRuleCall call)