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 |
Aggregation services.
|
com.espertech.esper.epl.approx |
Approximation algos.
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
com.espertech.esper.epl.expression.table |
Table access and identifiers expressions.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
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 |
AggregationAccessorFirstLastIndexNoEval |
class |
AggregationAccessorFirstLastIndexWEval
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 |
AggregationAccessorFirstWEval
Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
|
class |
AggregationAccessorLastNoEval |
class |
AggregationAccessorLastWEval
Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
|
class |
AggregationAccessorMinMaxByBase
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
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 |
AggregationAccessorWindowWEval
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
AggregationAccessorSlotPair.getAccessor()
Returns the accessor.
|
Constructor and Description |
---|
AggregationAccessorSlotPair(int slot,
AggregationAccessor accessor)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
AggregationMethodFactorySum.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryStddev.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryRate.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryPlugIn.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryNth.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryMinMax.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryMedian.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryLeaving.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryLastEver.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryFirstEver.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryCountEver.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryCount.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryAvg.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryAvedev.getAccessor() |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
AggregationMethodFactory.getAccessor() |
Modifier and Type | Class and Description |
---|---|
class |
CountMinSketchAggAccessorDefault |
class |
CountMinSketchAggAccessorFrequency |
class |
CountMinSketchAggAccessorTopk |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
ExprPlugInAggMultiFunctionNodeFactory.getAccessor() |
AggregationAccessor |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.getAccessor() |
AggregationAccessor |
ExprAggMultiFunctionLinearAccessNodeFactoryAccess.getAccessor() |
AggregationAccessor |
ExprAggCountMinSketchNodeFactoryUse.getAccessor() |
AggregationAccessor |
ExprAggCountMinSketchNodeFactoryState.getAccessor() |
AggregationAccessor |
AggregationMethodFactoryFirstLastUnbound.getAccessor() |
Constructor and Description |
---|
ExprAggMultiFunctionLinearAccessNodeFactoryAccess(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessor accessor,
Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
AggregationStateFactory optionalStateFactory,
AggregationAgent optionalAgent) |
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessor accessor,
Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
SortedAggregationStateFactoryFactory optionalStateFactory,
AggregationAgent optionalAgent) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
ExprTableAccessNodeSubpropAccessor.getAccessor() |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
TableMetadataColumnPairAggAccess.getAccessor() |
Constructor and Description |
---|
TableMetadataColumnPairAggAccess(int dest,
AggregationAccessor accessor) |
Constructor and Description |
---|
ExprTableEvalStrategyUngroupedAccess(TableAndLockProviderUngrouped provider,
int slot,
AggregationAccessor accessor) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
PlugInAggregationMultiFunctionHandler.getAccessor()
Returns the read function (an 'accessor').
|