Merge pull request #719 from pdeva/master

clarify division operation in post aggregation
This commit is contained in:
fjy 2014-09-04 11:26:42 -06:00
commit 6e75cb755d
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ postAggregation : {
}
```
In the case of a division (`/`), if the denominator is `0` then `0` is returned regardless of the numerator.
### Field accessor post-aggregator
This returns the value produced by the specified [aggregator](Aggregations.html).