public static interface DataExpr.Aggregator
| Modifier and Type | Method and Description |
|---|---|
Iterable<TagsValuePair> |
result()
Returns the aggregated data values.
|
void |
update(TagsValuePair p)
Update the aggregate with the provided value.
|
void update(TagsValuePair p)
Iterable<TagsValuePair> result()