Modifier and Type | Method and Description |
---|---|
static OnTriggerSetPlan |
OnTriggerSetUtil.handleSetVariable(String className,
CodegenPackageScope packageScope,
String classPostfix,
OnTriggerActivatorDesc activatorResult,
String optionalStreamName,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
OnTriggerSetDesc desc,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static OnTriggerPlan |
OnSplitStreamUtil.handleSplitStream(String aiFactoryProviderClassName,
CodegenPackageScope packageScope,
String classPostfix,
OnTriggerSplitStreamDesc desc,
StreamSpecCompiled streamSpec,
OnTriggerActivatorDesc activatorResult,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
Map<ExprSubselectNode,SubSelectActivationPlan> |
OnTriggerWindowPlan.getSubselectActivation() |
Modifier and Type | Method and Description |
---|---|
static OnTriggerPlanValidationResult |
OnTriggerPlanValidator.validateOnTriggerPlan(EventType namedWindowOrTableType,
OnTriggerWindowDesc onTriggerDesc,
StreamSpecCompiled streamSpec,
OnTriggerActivatorDesc activatorResult,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Constructor and Description |
---|
OnTriggerWindowPlan(OnTriggerWindowDesc onTriggerDesc,
String contextName,
OnTriggerActivatorDesc activatorResult,
StreamSelector optionalStreamSelector,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StreamSpecCompiled streamSpec) |
Modifier and Type | Method and Description |
---|---|
static Map<ExprSubselectNode,SubSelectActivationPlan> |
SubSelectHelperActivations.createSubSelectActivation(List<FilterSpecCompiled> filterSpecCompileds,
List<NamedWindowConsumerStreamSpec> namedWindowConsumers,
StatementBaseInfo statement,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static Map<ExprSubselectNode,SubSelectFactoryForge> |
SubSelectHelperForgePlanner.planSubSelect(StatementBaseInfo statement,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
String[] outerStreamNames,
EventType[] outerEventTypesSelect,
String[] outerEventTypeNamees,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
SubSelectStrategyFactoryIndexShareForge(int subqueryNumber,
SubSelectActivationPlan subselectActivation,
EventType[] outerEventTypesSelect,
NamedWindowMetaData namedWindow,
TableMetaData table,
boolean fullTableScan,
IndexHint indexHint,
SubordPropPlan joinedPropPlan,
ExprForge filterExprEval,
ExprNode[] groupKeys,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
StatementBaseInfo statement,
StatementCompileTimeServices services) |
Copyright © 2005–2018. All rights reserved.