Package | Description |
---|---|
com.espertech.esper.epl.agg.access |
State multifunction aggregation methods
|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
com.espertech.esper.epl.agg.service.common |
Aggregation services - common.
|
com.espertech.esper.epl.approx |
Approximation algos.
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
com.espertech.esper.plugin |
APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in
this package.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationAccessorFirstLastIndexNoEvalForge |
class |
AggregationAccessorFirstLastIndexWEvalForge
Represents the aggregation accessor that provides the result for the "first" and "last" aggregation function with index.
|
class |
AggregationAccessorFirstNoEval
Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
|
class |
AggregationAccessorFirstWEvalForge
Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
|
class |
AggregationAccessorLastNoEval |
class |
AggregationAccessorLastWEvalForge
Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
|
class |
AggregationAccessorMinMaxByNonTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorMinMaxByTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorSortedNonTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorSortedTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorWindowNoEval
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
class |
AggregationAccessorWindowWEvalForge
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationAccessorSlotPairForge.getAccessorForge()
Returns the accessorForge.
|
Constructor and Description |
---|
AggregationAccessorSlotPairForge(int slot,
AggregationAccessorForge accessorForge)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationMethodFactory.getAccessorForge() |
Modifier and Type | Class and Description |
---|---|
class |
CountMinSketchAggAccessorDefault |
class |
CountMinSketchAggAccessorFrequencyForge |
class |
CountMinSketchAggAccessorTopk |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
ExprPlugInAggMultiFunctionNodeFactory.getAccessorForge() |
AggregationAccessorForge |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.getAccessorForge() |
AggregationAccessorForge |
ExprAggMultiFunctionLinearAccessNodeFactoryAccess.getAccessorForge() |
AggregationAccessorForge |
ExprAggCountMinSketchNodeFactoryUse.getAccessorForge() |
AggregationAccessorForge |
ExprAggCountMinSketchNodeFactoryState.getAccessorForge() |
AggregationAccessorForge |
AggregationMethodFactoryFirstLastUnbound.getAccessorForge() |
Constructor and Description |
---|
ExprAggMultiFunctionLinearAccessNodeFactoryAccess(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessorForge accessor,
java.lang.Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
AggregationStateFactoryForge optionalStateFactory,
AggregationAgentForge optionalAgent) |
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessorForge accessor,
java.lang.Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
SortedAggregationStateFactoryFactory optionalStateFactory,
AggregationAgentForge optionalAgent) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
PlugInAggregationMultiFunctionHandler.getAccessorForge()
Returns the forge for the read function (an 'accessor').
|