Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger |
Modifier and Type | Class and Description |
---|---|
class |
OnTriggerMergeDesc
Specification for the merge statement.
|
class |
OnTriggerWindowUpdateDesc
Specification for the on-select and on-delete (no split-stream) statement.
|
Modifier and Type | Method and Description |
---|---|
OnTriggerWindowDesc |
OnTriggerWindowPlan.getOnTriggerDesc() |
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) |
Copyright © 2005–2021. All rights reserved.