Class ExcludePlanHint
java.lang.Object
com.espertech.esper.common.internal.epl.join.hint.ExcludePlanHint
-
Constructor Summary
ConstructorDescriptionExcludePlanHint
(String[] streamNames, List<ExprEvaluator> evaluators, StatementCompileTimeServices services) -
Method Summary
Modifier and TypeMethodDescriptionboolean
filter
(int streamLookup, int streamIndexed, ExcludePlanFilterOperatorType opType, ExprNode... exprNodes) static ExcludePlanHint
getHint
(String[] streamNames, StatementRawInfo rawInfo, StatementCompileTimeServices services)
-
Constructor Details
-
ExcludePlanHint
public ExcludePlanHint(String[] streamNames, List<ExprEvaluator> evaluators, StatementCompileTimeServices services)
-
-
Method Details
-
getHint
public static ExcludePlanHint getHint(String[] streamNames, StatementRawInfo rawInfo, StatementCompileTimeServices services) throws ExprValidationException - Throws:
ExprValidationException
-
filter
public boolean filter(int streamLookup, int streamIndexed, ExcludePlanFilterOperatorType opType, ExprNode... exprNodes)
-