Uses of Interface
com.espertech.esper.epl.expression.ExprSubselectStrategy

Packages that use ExprSubselectStrategy
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 This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
 

Uses of ExprSubselectStrategy in com.espertech.esper.core.context.stmt
 

Subinterfaces of ExprSubselectStrategy in com.espertech.esper.core.context.stmt
 interface AIRegistrySubselect
           
 

Classes in com.espertech.esper.core.context.stmt that implement ExprSubselectStrategy
 class AIRegistrySubselectMap
           
 class AIRegistrySubselectMultiPerm
           
 class AIRegistrySubselectSingle
           
 

Methods in com.espertech.esper.core.context.stmt with parameters of type ExprSubselectStrategy
 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)
           
 

Uses of ExprSubselectStrategy in com.espertech.esper.core.context.subselect
 

Methods in com.espertech.esper.core.context.subselect that return ExprSubselectStrategy
 ExprSubselectStrategy SubSelectStrategyHolder.getStategy()
           
 

Constructors in com.espertech.esper.core.context.subselect with parameters of type ExprSubselectStrategy
SubSelectStrategyHolder(ExprSubselectStrategy stategy, AggregationService subselectAggregationService, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, Viewable subselectView, StatementAgentInstancePostLoad postLoad)
           
 

Uses of ExprSubselectStrategy in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression with parameters of type ExprSubselectStrategy
 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.
 


© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com