Class AbstractMatchFunction<T>
java.lang.Object
org.apache.drill.exec.planner.index.rules.AbstractMatchFunction<T>
- All Implemented Interfaces:
MatchFunction<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancheckScan(DrillScanRel scanRel) static booleancontainsStar(DbGroupScan dbscan) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.exec.planner.index.rules.MatchFunction
match, onMatch
-
Constructor Details
-
AbstractMatchFunction
public AbstractMatchFunction()
-
-
Method Details
-
checkScan
-
checkScan
-
containsStar
-