mirror of https://github.com/apache/druid.git
Merge pull request #719 from pdeva/master
clarify division operation in post aggregation
This commit is contained in:
commit
6e75cb755d
|
@ -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
|
### Field accessor post-aggregator
|
||||||
|
|
||||||
This returns the value produced by the specified [aggregator](Aggregations.html).
|
This returns the value produced by the specified [aggregator](Aggregations.html).
|
||||||
|
|
Loading…
Reference in New Issue