Package | Description |
---|---|
com.espertech.esper.common.client.hook.aggmultifunc |
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
|
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.sorted | |
com.espertech.esper.common.internal.epl.table.strategy |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionAggregationMethod |
AggregationMultiFunctionAggregationMethodFactory.newMethod(AggregationMultiFunctionAggregationMethodFactoryContext context)
Returns a new table reader
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodCountMinSketchFreq |
class |
AggregationMethodCountMinSketchTopK |
Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodLinearCount |
class |
AggregationMethodLinearFirstLast |
class |
AggregationMethodLinearFirstLastIndex |
class |
AggregationMethodLinearListReference |
class |
AggregationMethodLinearWindow |
Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodSortedEventsBetweenEval |
class |
AggregationMethodSortedKeyedEval |
class |
AggregationMethodSortedMinMaxBy |
class |
AggregationMethodSortedNoParamEval |
class |
AggregationMethodSortedSubmapEval |
class |
AggregationMethodSortedWindow |
Modifier and Type | Method and Description |
---|---|
static AggregationMultiFunctionAggregationMethod |
AggregationMethodSortedSubmapFactory.makeSortedAggregationSubmap(ExprEvaluator fromKeyEval,
ExprEvaluator fromInclusiveEval,
ExprEvaluator toKeyEval,
ExprEvaluator toInclusiveEval,
AggregationMethodSortedEnum method,
EPTypeClass underlyingClass) |
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionAggregationMethod |
ExprTableEvalStrategyFactory.getAggregationMethod() |
Modifier and Type | Method and Description |
---|---|
void |
ExprTableEvalStrategyFactory.setAggregationMethod(AggregationMultiFunctionAggregationMethod aggregationMethod) |
Copyright © 2005–2021. All rights reserved.