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.compile.stage2 | |
com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit | |
com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger | |
com.espertech.esper.common.internal.epl.fafquery.processor | |
com.espertech.esper.common.internal.epl.resultset.core | |
com.espertech.esper.common.internal.epl.subselect |
Modifier and Type | Class and Description |
---|---|
class |
DBStatementStreamSpec
Specification object for historical data poll via database SQL statement.
|
class |
MethodStreamSpec
Specification object for historical data poll via database SQL statement.
|
class |
NamedWindowConsumerStreamSpec
Specification for use of an existing named window.
|
class |
PatternStreamSpecCompiled
Specification for building an event stream out of a pattern statement and views staggered onto the
pattern statement.
|
class |
TableQueryStreamSpec
Specification for use of an existing table.
|
Modifier and Type | Field and Description |
---|---|
static StreamSpecCompiled[] |
StreamSpecCompiled.EMPTY_STREAM_ARRAY |
Modifier and Type | Method and Description |
---|---|
StreamSpecCompiled |
StreamSpecCompiledDesc.getStreamSpecCompiled() |
Constructor and Description |
---|
StreamSpecCompiledDesc(StreamSpecCompiled streamSpecCompiled,
List<StmtClassForgeableFactory> additionalForgeables) |
Modifier and Type | Class and Description |
---|---|
class |
FilterStreamSpecCompiled
Specification for building an event stream out of a filter for events (supplying type and basic filter criteria)
and views onto these events which are staggered onto each other to supply a final stream of events.
|
Modifier and Type | Method and Description |
---|---|
static StreamSpecCompiled |
StreamSpecCompiler.compileMethod(MethodStreamSpec methodStreamSpec) |
StreamSpecCompiled[] |
StatementSpecCompiled.getStreamSpecs() |
Constructor and Description |
---|
StatementSpecCompiled(StatementSpecCompiled spec,
StreamSpecCompiled[] streamSpecCompileds) |
StatementSpecCompiled(StatementSpecRaw raw,
StreamSpecCompiled[] streamSpecs,
SelectClauseSpecCompiled selectClauseCompiled,
Annotation[] annotations,
GroupByClauseExpressions groupByExpressions,
List<ExprSubselectNode> subselectNodes,
List<ExprDeclaredNode> exprDeclaredNodes,
List<ExprTableAccessNode> tableAccessNodes) |
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 |
---|---|
StreamSpecCompiled |
OnTriggerWindowPlan.getStreamSpec() |
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 FireAndForgetProcessorForge |
FireAndForgetProcessorForgeFactory.validateResolveProcessor(StreamSpecCompiled streamSpec,
StatementSpecCompiled statementSpec,
StatementRawInfo raw,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StreamSpecCompiled[] |
ResultSetSpec.getStreamSpecs() |
Constructor and Description |
---|
ResultSetSpec(SelectClauseStreamSelectorEnum selectClauseStreamSelector,
List<OrderByItem> orderByList,
SelectClauseSpecCompiled selectClauseSpec,
InsertIntoDesc insertIntoDesc,
GroupByClauseExpressions groupByClauseExpressions,
ExprNode whereClause,
ExprNode havingClause,
OutputLimitSpec optionalOutputLimitSpec,
RowLimitSpec rowLimitSpec,
String contextName,
ForClauseSpec forClauseSpec,
IntoTableSpec intoTableSpec,
StreamSpecCompiled[] streamSpecs,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
StreamSpecCompiled |
SubSelectActivationPlan.getStreamSpecCompiled() |
Constructor and Description |
---|
SubSelectActivationPlan(EventType viewableType,
List<ViewFactoryForge> viewForges,
ViewableActivatorForge activator,
StreamSpecCompiled streamSpecCompiled) |
Copyright © 2005–2022. All rights reserved.