Uses of Class
com.espertech.esper.epl.agg.util.AggregationLocalGroupByPlan

Packages that use AggregationLocalGroupByPlan
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.agg.util Aggregation utility classes centered around local group-by parameters. 
 

Uses of AggregationLocalGroupByPlan in com.espertech.esper.epl.agg.service
 

Fields in com.espertech.esper.epl.agg.service declared as AggregationLocalGroupByPlan
protected  AggregationLocalGroupByPlan AggSvcGroupLocalGroupByBase.localGroupByPlan
           
protected  AggregationLocalGroupByPlan AggSvcGroupByLocalGroupByFactory.localGroupByPlan
           
 

Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationLocalGroupByPlan
 AggregationServiceFactory AggregationServiceFactoryServiceImpl.getGroupLocalGroupBy(boolean join, AggregationLocalGroupByPlan localGroupByPlan, boolean isUnidirectional, boolean isFireAndForget, boolean isOnSelect)
           
 AggregationServiceFactory AggregationServiceFactoryService.getGroupLocalGroupBy(boolean join, AggregationLocalGroupByPlan localGroupByPlan, boolean isUnidirectional, boolean isFireAndForget, boolean isOnSelect)
           
 AggregationServiceFactory AggregationServiceFactoryServiceImpl.getNoGroupLocalGroupBy(boolean join, AggregationLocalGroupByPlan localGroupByPlan, boolean isUnidirectional, boolean isFireAndForget, boolean isOnSelect)
           
 AggregationServiceFactory AggregationServiceFactoryService.getNoGroupLocalGroupBy(boolean join, AggregationLocalGroupByPlan localGroupByPlan, boolean isUnidirectional, boolean isFireAndForget, boolean isOnSelect)
           
 

Constructors in com.espertech.esper.epl.agg.service with parameters of type AggregationLocalGroupByPlan
AggSvcGroupAllLocalGroupBy(boolean isJoin, AggregationLocalGroupByPlan localGroupByPlan)
           
AggSvcGroupAllLocalGroupByFactory(boolean join, AggregationLocalGroupByPlan localGroupByPlan)
           
AggSvcGroupByLocalGroupBy(boolean isJoin, AggregationLocalGroupByPlan localGroupByPlan)
           
AggSvcGroupByLocalGroupByFactory(boolean join, AggregationLocalGroupByPlan localGroupByPlan)
           
AggSvcGroupLocalGroupByBase(boolean isJoin, AggregationLocalGroupByPlan localGroupByPlan)
           
 

Uses of AggregationLocalGroupByPlan in com.espertech.esper.epl.agg.util
 

Methods in com.espertech.esper.epl.agg.util that return AggregationLocalGroupByPlan
static AggregationLocalGroupByPlan AggregationGroupByLocalGroupByAnalyzer.analyze(ExprEvaluator[] evaluators, AggregationMethodFactory[] prototypes, AggregationStateFactory[] accessAggregations, AggregationGroupByLocalGroupDesc localGroupDesc, ExprNode[] groupByExpressions, AggregationAccessorSlotPair[] accessors)
           
 

Methods in com.espertech.esper.epl.agg.util with parameters of type AggregationLocalGroupByPlan
 void AggregationLocalLevelHook.planned(AggregationGroupByLocalGroupDesc localGroupDesc, AggregationLocalGroupByPlan localGroupByPlan)
           
 


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