Package | Description |
---|---|
com.espertech.esper.epl.agg.aggregator |
Aggregation function implementations.
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
Modifier and Type | Field and Description |
---|---|
protected RefCountedSet<java.lang.Object> |
AggregatorDistinctValueFilter.valueSet |
protected RefCountedSet<java.lang.Object> |
AggregatorDistinctValue.valueSet |
Modifier and Type | Method and Description |
---|---|
RefCountedSet<java.lang.Double> |
AggregatorAvedev.getValueSet() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
AggregatorAvedev.computeAvedev(RefCountedSet<java.lang.Double> valueSet,
double sum)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
void |
AggregatorAvedev.setValueSet(RefCountedSet<java.lang.Double> valueSet) |
Modifier and Type | Field and Description |
---|---|
protected RefCountedSet<EventBean> |
UnionView.unionWindow |
protected RefCountedSet<EventBean> |
UnionAsymetricView.unionWindow |