Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.context.stmt |
Registries for context partitions to handle aggregations, prev/prior and subselects.
|
com.espertech.esper.core.context.subselect |
Subselect implementation.
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.expression.prior |
'Prior'-group expressions.
|
Modifier and Type | Method and Description |
---|---|
Map<ExprPriorNode,ExprPriorEvalStrategy> |
StatementAgentInstanceFactoryResult.getPriorNodeStrategies() |
Modifier and Type | Interface and Description |
---|---|
interface |
AIRegistryPrior |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistryPriorMap |
class |
AIRegistryPriorMultiPerm |
class |
AIRegistryPriorSingle |
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryPriorSingle.assignService(int num,
ExprPriorEvalStrategy value) |
void |
AIRegistryPriorMultiPerm.assignService(int num,
ExprPriorEvalStrategy value) |
void |
AIRegistryPriorMap.assignService(int num,
ExprPriorEvalStrategy value) |
void |
AIRegistryPrior.assignService(int num,
ExprPriorEvalStrategy value) |
Modifier and Type | Method and Description |
---|---|
Map<ExprPriorNode,ExprPriorEvalStrategy> |
SubSelectStrategyRealization.getPriorNodeStrategies() |
Map<ExprPriorNode,ExprPriorEvalStrategy> |
SubSelectStrategyHolder.getPriorStrategies() |
Constructor and Description |
---|
SubSelectStrategyHolder(ExprSubselectStrategy stategy,
AggregationService subselectAggregationService,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad,
ViewableActivationResult subselectActivationResult) |
SubSelectStrategyRealization(SubordTableLookupStrategy strategy,
SubselectAggregationPreprocessorBase subselectAggregationPreprocessor,
AggregationService subselectAggregationService,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad) |
Modifier and Type | Method and Description |
---|---|
static Map<ExprPriorNode,ExprPriorEvalStrategy> |
EPStatementStartMethodHelperPrior.compilePriorNodeStrategies(ViewResourceDelegateVerified viewResourceDelegate,
AgentInstanceViewFactoryChainContext[] viewFactoryChainContexts) |
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) |
static void |
EPStatementStartMethodHelperAssignExpr.assignPriorStrategies(Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances) |
Modifier and Type | Class and Description |
---|---|
class |
ExprPriorEvalStrategyBase
Represents the 'prior' prior event function in an expression node tree.
|
class |
ExprPriorEvalStrategyRandomAccess
Represents the 'prior' prior event function in an expression node tree.
|
class |
ExprPriorEvalStrategyRelativeAccess
Represents the 'prior' prior event function in an expression node tree.
|
Modifier and Type | Method and Description |
---|---|
void |
ExprPriorNode.setPriorStrategy(ExprPriorEvalStrategy priorStrategy) |