Class ExprDeclaredHelper
java.lang.Object
com.espertech.esper.common.internal.epl.expression.declared.compiletime.ExprDeclaredHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExistsDeclaredExpr
(String name, List<ExprNode> parameters, Collection<ExpressionDeclItem> stmtLocalExpressions, ContextCompileTimeDescriptor contextCompileTimeDescriptor, StatementSpecMapEnv mapEnv, LazyAllocatedMap<HashableMultiKey, AggregationMultiFunctionForge> plugInAggregations, List<ExpressionScriptProvided> scripts) static ExprNodeScript
getExistsScript
(String defaultDialect, String expressionName, List<ExprNode> parameters, Collection<ExpressionScriptProvided> scriptExpressions, StatementSpecMapEnv mapEnv)
-
Constructor Details
-
ExprDeclaredHelper
public ExprDeclaredHelper()
-
-
Method Details
-
getExistsDeclaredExpr
public static Pair<ExprDeclaredNodeImpl,StatementSpecMapContext> getExistsDeclaredExpr(String name, List<ExprNode> parameters, Collection<ExpressionDeclItem> stmtLocalExpressions, ContextCompileTimeDescriptor contextCompileTimeDescriptor, StatementSpecMapEnv mapEnv, LazyAllocatedMap<HashableMultiKey, AggregationMultiFunctionForge> plugInAggregations, List<ExpressionScriptProvided> scripts) -
getExistsScript
public static ExprNodeScript getExistsScript(String defaultDialect, String expressionName, List<ExprNode> parameters, Collection<ExpressionScriptProvided> scriptExpressions, StatementSpecMapEnv mapEnv)
-