mirror of https://github.com/apache/druid.git
clarify division operation in post aggregation
This commit is contained in:
parent
7c47c60c4b
commit
1bad66c16d
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue