Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.core | |
com.espertech.esper.common.internal.epl.agg.groupbylocal |
Aggregation utility classes centered around local group-by parameters.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessorSlotPairForge[] |
AggregationCodegenRowDetailDesc.getAccessAccessors() |
AggregationAccessorSlotPairForge[] |
AggregationRowStateForgeDesc.getAccessAccessorsForges() |
AggregationAccessorSlotPairForge[] |
AggregationMultiFunctionAnalysisResult.getAccessorPairsForge() |
Constructor and Description |
---|
AggregationCodegenRowDetailDesc(AggregationCodegenRowDetailStateDesc stateDesc,
AggregationAccessorSlotPairForge[] accessAccessors) |
AggregationMultiFunctionAnalysisResult(AggregationAccessorSlotPairForge[] accessorPairsForge,
AggregationStateFactoryForge[] stateFactoryForges) |
AggregationRowStateForgeDesc(AggregationForgeFactory[] optionalMethodFactories,
ExprForge[][] methodForges,
AggregationStateFactoryForge[] accessFactoriesForges,
AggregationAccessorSlotPairForge[] accessAccessorsForges,
AggregationUseFlags useFlags) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorSlotPairForge |
AggregationLocalGroupByColumnForge.getPair() |
Modifier and Type | Method and Description |
---|---|
static AggregationLocalGroupByPlanForge |
AggregationGroupByLocalGroupByAnalyzer.analyze(ExprForge[][] methodForges,
AggregationForgeFactory[] methodFactories,
AggregationStateFactoryForge[] accessAggregations,
AggregationGroupByLocalGroupDesc localGroupDesc,
ExprNode[] groupByExpressions,
AggregationAccessorSlotPairForge[] accessors,
ClasspathImportService classpathImportService,
boolean fireAndForget,
String statementName) |
Constructor and Description |
---|
AggregationLocalGroupByColumnForge(boolean defaultGroupLevel,
ExprForge[] partitionForges,
int methodOffset,
boolean methodAgg,
AggregationAccessorSlotPairForge pair,
int levelNum) |
Copyright © 2005–2019. All rights reserved.