Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.access.countminsketch | |
com.espertech.esper.common.internal.epl.agg.access.linear | |
com.espertech.esper.common.internal.epl.agg.access.plugin | |
com.espertech.esper.common.internal.epl.agg.access.sorted | |
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.
|
com.espertech.esper.common.internal.epl.agg.method.core |
Modifier and Type | Class and Description |
---|---|
class |
AggregationStateCountMinSketchForge |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationForgeFactoryAccessCountMinSketchState.getAggregationStateFactory(boolean isMatchRecognize) |
AggregationStateFactoryForge |
AggregationForgeFactoryAccessCountMinSketchAdd.getAggregationStateFactory(boolean isMatchRecognize) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationStateLinearForge |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationForgeFactoryAccessLinear.getAggregationStateFactory(boolean isMatchRecognize) |
Constructor and Description |
---|
AggregationForgeFactoryAccessLinear(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessorForge accessor,
Class accessorResultType,
AggregationMultiFunctionStateKey optionalStateKey,
AggregationStateFactoryForge optionalStateFactory,
AggregationAgentForge optionalAgent,
EventType containedEventType) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationStateFactoryForgePlugin |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationForgeFactoryAccessPlugin.getAggregationStateFactory(boolean isMatchRecognize) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationStateMinMaxByEverForge |
class |
AggregationStateSortedForge |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationForgeFactoryAccessSorted.getAggregationStateFactory(boolean isMatchRecognize) |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge[] |
AggregationRowStateForgeDesc.getAccessFactoriesForges() |
AggregationStateFactoryForge |
AggregationAccessorForgeGetCodegenContext.getAccessStateForge() |
AggregationStateFactoryForge[] |
AggregationCodegenRowDetailStateDesc.getAccessStateForges() |
AggregationStateFactoryForge |
AggregationForgeFactory.getAggregationStateFactory(boolean isMatchRecognize) |
AggregationStateFactoryForge[] |
AggregationMultiFunctionAnalysisResult.getStateFactoryForges() |
Constructor and Description |
---|
AggregationAccessorForgeGetCodegenContext(int column,
CodegenClassScope classScope,
AggregationStateFactoryForge accessStateForge,
CodegenMethod method,
CodegenNamedMethods namedMethods) |
AggregationCodegenRowDetailStateDesc(ExprForge[][] optionalMethodForges,
AggregationForgeFactory[] methodFactories,
AggregationStateFactoryForge[] accessStateForges) |
AggregationMultiFunctionAnalysisResult(AggregationAccessorSlotPairForge[] accessorPairsForge,
AggregationStateFactoryForge[] stateFactoryForges) |
AggregationRowStateForgeDesc(AggregationForgeFactory[] optionalMethodFactories,
ExprForge[][] methodForges,
AggregationStateFactoryForge[] accessFactoriesForges,
AggregationAccessorSlotPairForge[] accessAccessorsForges,
AggregationUseFlags useFlags) |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge[] |
AggregationLocalGroupByLevelForge.getAccessStateForges() |
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 |
---|
AggregationLocalGroupByLevelForge(ExprForge[][] methodForges,
AggregationForgeFactory[] methodFactories,
AggregationStateFactoryForge[] accessStateForges,
ExprForge[] partitionForges,
boolean defaultLevel) |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationFactoryMethodBase.getAggregationStateFactory(boolean isMatchRecognize) |
Copyright © 2005–2018. All rights reserved.