Class AbstractMatchFunction<T>

java.lang.Object
org.apache.drill.exec.planner.index.rules.AbstractMatchFunction<T>
All Implemented Interfaces:
MatchFunction<T>

public abstract class AbstractMatchFunction<T> extends Object implements MatchFunction<T>
  • Constructor Details

    • AbstractMatchFunction

      public AbstractMatchFunction()
  • Method Details

    • checkScan

      public boolean checkScan(DrillScanRel scanRel)
    • checkScan

      public boolean checkScan(GroupScan groupScan)
    • containsStar

      public static boolean containsStar(DbGroupScan dbscan)