public class OnTriggerPlanValidator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INITIAL_VALUE_STREAM_NAME |
Constructor and Description |
---|
OnTriggerPlanValidator() |
Modifier and Type | Method and Description |
---|---|
protected static ExprNode |
validateJoinNamedWindow(ExprNodeOrigin exprNodeOrigin,
ExprNode deleteJoinExpr,
EventType namedWindowType,
String namedWindowStreamName,
String namedWindowName,
EventType filteredType,
String filterStreamName,
String filteredTypeName,
String optionalTableName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static OnTriggerPlanValidationResult |
validateOnTriggerPlan(EventType namedWindowOrTableType,
OnTriggerWindowDesc onTriggerDesc,
StreamSpecCompiled streamSpec,
OnTriggerActivatorDesc activatorResult,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StatementBaseInfo base,
StatementCompileTimeServices services) |
public static final String INITIAL_VALUE_STREAM_NAME
public static OnTriggerPlanValidationResult validateOnTriggerPlan(EventType namedWindowOrTableType, OnTriggerWindowDesc onTriggerDesc, StreamSpecCompiled streamSpec, OnTriggerActivatorDesc activatorResult, Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation, StatementBaseInfo base, StatementCompileTimeServices services) throws ExprValidationException
ExprValidationException
protected static ExprNode validateJoinNamedWindow(ExprNodeOrigin exprNodeOrigin, ExprNode deleteJoinExpr, EventType namedWindowType, String namedWindowStreamName, String namedWindowName, EventType filteredType, String filterStreamName, String filteredTypeName, String optionalTableName, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices) throws ExprValidationException
ExprValidationException
Copyright © 2005–2020. All rights reserved.