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.approx.countminsketch |
Approximation algos.
|
Modifier and Type | Method and Description |
---|---|
AggregationMultiFunctionState |
AggregationMultiFunctionStateFactory.newState(AggregationMultiFunctionStateFactoryContext ctx)
Returns a new state holder
|
Modifier and Type | Method and Description |
---|---|
EventBean |
AggregationMultiFunctionAccessor.getEnumerableEvent(AggregationMultiFunctionState state,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext)
Return the aggregation state value consisting of a single event.
|
Collection<EventBean> |
AggregationMultiFunctionAccessor.getEnumerableEvents(AggregationMultiFunctionState state,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext)
Return the aggregation state value consisting of a collection of events.
|
Collection<Object> |
AggregationMultiFunctionAccessor.getEnumerableScalar(AggregationMultiFunctionState state,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext)
Return the aggregation state value consisting of a collection of scalar values.
|
Object |
AggregationMultiFunctionAccessor.getValue(AggregationMultiFunctionState state,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext)
Return the aggregation state value either as a scalar value or any other object.
|
Modifier and Type | Class and Description |
---|---|
class |
CountMinSketchAggState |
Copyright © 2005–2018. All rights reserved.