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