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