Class SubselectNRForgeFactory
java.lang.Object
com.espertech.esper.common.internal.epl.expression.subquery.SubselectNRForgeFactory
Factory for subselect evaluation strategies.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SubselectForgeNR
createStrategyAnyAllIn
(ExprSubselectNode subselectExpression, boolean isNot, boolean isAll, boolean isAny, RelationalOpEnum relationalOp, ClasspathImportServiceCompileTime classpathImportService) static SubselectForgeNR
createStrategyExists
(ExprSubselectExistsNode subselectExpression)
-
Constructor Details
-
SubselectNRForgeFactory
public SubselectNRForgeFactory()
-
-
Method Details
-
createStrategyExists
-
createStrategyAnyAllIn
public static SubselectForgeNR createStrategyAnyAllIn(ExprSubselectNode subselectExpression, boolean isNot, boolean isAll, boolean isAny, RelationalOpEnum relationalOp, ClasspathImportServiceCompileTime classpathImportService) throws ExprValidationException - Throws:
ExprValidationException
-