Package | Description |
---|---|
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.epl.expression.subquery |
Subselect expressions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AIRegistrySubselect |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistrySubselectMap |
class |
AIRegistrySubselectMultiPerm |
class |
AIRegistrySubselectSingle |
Modifier and Type | Method and Description |
---|---|
void |
AIRegistrySubselectSingle.assignService(int num,
ExprSubselectStrategy subselectStrategy) |
void |
AIRegistrySubselectMultiPerm.assignService(int num,
ExprSubselectStrategy subselectStrategy) |
void |
AIRegistrySubselectMap.assignService(int num,
ExprSubselectStrategy subselectStrategy) |
void |
AIRegistrySubselect.assignService(int num,
ExprSubselectStrategy value) |
Modifier and Type | Method and Description |
---|---|
ExprSubselectStrategy |
SubSelectStrategyHolder.getStategy() |
Constructor and Description |
---|
SubSelectStrategyHolder(ExprSubselectStrategy stategy,
AggregationService subselectAggregationService,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
Viewable subselectView,
StatementAgentInstancePostLoad postLoad,
ViewableActivationResult subselectActivationResult) |
Modifier and Type | Method and Description |
---|---|
void |
ExprSubselectNode.setStrategy(ExprSubselectStrategy strategy)
Sets the strategy for boiling down the table of lookup events into a subset against which to run the filter.
|