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.core | |
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.table.strategy |
Modifier and Type | Method and Description |
---|---|
AggregationMethodForge |
AggregationMultiFunctionMethodDesc.getReader()
Returns the forge of the aggregation value reader
|
Constructor and Description |
---|
AggregationMultiFunctionMethodDesc(AggregationMethodForge forge,
EventType eventTypeCollection,
Class componentTypeCollection,
EventType eventTypeSingle)
Ctor.
|
Constructor and Description |
---|
AggregationMethodCodegenField(AggregationMethodForge readerForge,
CodegenClassScope classScope,
Class generator) |
Modifier and Type | Class and Description |
---|---|
class |
AgregationMethodCountMinSketchFreqForge |
class |
AgregationMethodCountMinSketchTopKForge |
Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodLinearFirstLastForge |
class |
AggregationMethodLinearFirstLastIndexForge |
class |
AggregationMethodLinearNoParamForge |
class |
AggregationMethodLinearWindowForge |
Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodForgePlugIn |
Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodSortedKeyedForge |
class |
AggregationMethodSortedMinMaxByForge |
class |
AggregationMethodSortedNoParamForge |
class |
AggregationMethodSortedSubmapForge |
class |
AggregationMethodSortedWindowForge |
Modifier and Type | Method and Description |
---|---|
void |
ExprTableEvalStrategyFactoryForge.setAggregationMethod(AggregationMethodForge aggregationMethod) |
Copyright © 2005–2020. All rights reserved.