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 |
---|---|
Map<ExprSubselectNode,SubSelectActivationPlan> |
SubSelectActivationDesc.getSubselects() |
Modifier and Type | Method and Description |
---|---|
static SubSelectHelperForgePlan |
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) |
Constructor and Description |
---|
SubSelectActivationDesc(Map<ExprSubselectNode,SubSelectActivationPlan> subselects,
List<StmtClassForgeableFactory> additionalForgeables,
List<ScheduleHandleTracked> schedules,
FabricCharge fabricCharge) |
Copyright © 2005–2021. All rights reserved.