public abstract class AbstractMatchFunction<T> extends Object implements MatchFunction<T>
| Constructor and Description |
|---|
AbstractMatchFunction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkScan(DrillScanRel scanRel) |
boolean |
checkScan(GroupScan groupScan) |
static boolean |
containsStar(DbGroupScan dbscan) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatch, onMatchpublic boolean checkScan(DrillScanRel scanRel)
public boolean checkScan(GroupScan groupScan)
public static boolean containsStar(DbGroupScan dbscan)
Copyright © 2022 The Apache Software Foundation. All rights reserved.