Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
Modifier and Type | Method and Description |
---|---|
void |
StatementExtensionSvcContext.preStartWalk(EPStatementStartMethodSelectDesc selectDesc) |
Modifier and Type | Method and Description |
---|---|
static EPStatementStartMethodSelectDesc |
EPStatementStartMethodSelectUtil.prepare(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext,
boolean recoveringResilient,
AgentInstanceContext defaultAgentInstanceContext,
boolean queryPlanLogging,
ViewableActivatorFactory optionalViewableActivatorFactory,
OutputProcessViewCallback optionalOutputProcessViewCallback,
SelectExprProcessorDeliveryCallback selectExprProcessorDeliveryCallback) |
Modifier and Type | Method and Description |
---|---|
static void |
EPStatementStartMethodHelperAssignExpr.assignExpressionStrategies(EPStatementStartMethodSelectDesc selectDesc,
AggregationService aggregationService,
Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances,
Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes,
RegexExprPreviousEvalStrategy matchRecognizePrevEvalStrategy,
Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategyInstances) |