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<Object> |
AggregatorDistinctValueFilter.valueSet |
protected RefCountedSet<Object> |
AggregatorDistinctValue.valueSet |
Modifier and Type | Method and Description |
---|---|
RefCountedSet<Double> |
AggregatorAvedev.getValueSet() |
Modifier and Type | Method and Description |
---|---|
void |
AggregatorAvedev.setValueSet(RefCountedSet<Double> valueSet) |
Modifier and Type | Field and Description |
---|---|
protected RefCountedSet<EventBean> |
UnionView.unionWindow |
protected RefCountedSet<EventBean> |
UnionAsymetricView.unionWindow |