public class ExcludePlanHint extends Object
Constructor and Description |
---|
ExcludePlanHint(String[] streamNames,
List<ExprEvaluator> evaluators,
StatementContext statementContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(int streamLookup,
int streamIndexed,
ExcludePlanFilterOperatorType opType,
ExprNode... exprNodes) |
static ExcludePlanHint |
getHint(String[] streamNames,
StatementContext statementContext) |
public ExcludePlanHint(String[] streamNames, List<ExprEvaluator> evaluators, StatementContext statementContext)
public static ExcludePlanHint getHint(String[] streamNames, StatementContext statementContext) throws ExprValidationException
ExprValidationException
public boolean filter(int streamLookup, int streamIndexed, ExcludePlanFilterOperatorType opType, ExprNode... exprNodes)