Uses of Class
com.espertech.esper.epl.expression.core.ExprNodeOrigin

Packages that use ExprNodeOrigin
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.expression.core Core expression classes. 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
 

Uses of ExprNodeOrigin in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start with parameters of type ExprNodeOrigin
protected static ExprNode EPStatementStartMethodHelperValidate.validateExprNoAgg(ExprNodeOrigin exprNodeOrigin, ExprNode exprNode, StreamTypeService streamTypeService, StatementContext statementContext, ExprEvaluatorContext exprEvaluatorContext, java.lang.String errorMsg, boolean allowTableConsumption)
           
protected  ExprNode EPStatementStartMethodOnTrigger.validateJoinNamedWindow(java.lang.String engineURI, StatementContext statementContext, ExprNodeOrigin exprNodeOrigin, ExprNode deleteJoinExpr, EventType namedWindowType, java.lang.String namedWindowStreamName, java.lang.String namedWindowName, EventType filteredType, java.lang.String filterStreamName, java.lang.String filteredTypeName, java.lang.String optionalTableName)
           
 

Uses of ExprNodeOrigin in com.espertech.esper.epl.expression.core
 

Methods in com.espertech.esper.epl.expression.core that return ExprNodeOrigin
static ExprNodeOrigin ExprNodeOrigin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExprNodeOrigin[] ExprNodeOrigin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.epl.expression.core with parameters of type ExprNodeOrigin
static void ExprNodeUtility.getValidatedSubtree(ExprNodeOrigin origin, ExprNode[][] exprNode, ExprValidationContext validationContext)
           
static void ExprNodeUtility.getValidatedSubtree(ExprNodeOrigin origin, ExprNode[] exprNode, ExprValidationContext validationContext)
           
static ExprNode ExprNodeUtility.getValidatedSubtree(ExprNodeOrigin origin, ExprNode exprNode, ExprValidationContext validationContext)
          Validates the expression node subtree that has this node as root.
static ScheduleSpec ExprNodeUtility.toCrontabSchedule(ExprNodeOrigin origin, java.util.List<ExprNode> scheduleSpecExpressionList, StatementContext context, boolean allowBindingConsumption)
           
static void ExprNodeUtility.validate(ExprNodeOrigin origin, java.util.List<ExprChainedSpec> chainSpec, ExprValidationContext validationContext)
           
static void ExprNodeUtility.validatePlainExpression(ExprNodeOrigin origin, java.lang.String expressionTextualName, ExprNode expression)
           
static ExprNode ExprNodeUtility.validateSimpleGetSubtree(ExprNodeOrigin origin, ExprNode expression, StatementContext statementContext, EventType optionalEventType, boolean allowBindingConsumption)
           
 

Uses of ExprNodeOrigin in com.espertech.esper.filter
 

Methods in com.espertech.esper.filter with parameters of type ExprNodeOrigin
static java.util.List<ExprNode> FilterSpecCompiler.validateAllowSubquery(ExprNodeOrigin exprNodeOrigin, java.util.List<ExprNode> exprNodes, StreamTypeService streamTypeService, StatementContext statementContext, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes)
          Validates expression nodes and returns a list of validated nodes.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com