Update post-aggregations.md

fix for  the issue: https://github.com/druid-io/druid/issues/1584
This commit is contained in:
MarConSchneid 2015-08-03 10:26:48 +02:00 committed by Xavier Léauté
parent be89105621
commit 3f15d81f76
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ This returns the value produced by the specified [aggregator](../querying/aggreg
`fieldName` refers to the output name of the aggregator given in the [aggregations](../querying/aggregations.html) portion of the query.
```json
{ "type" : "fieldAccess", "fieldName" : <aggregator_name> }
{ "type" : "fieldAccess", "name": <output_name>, "fieldName" : <aggregator_name> }
```
### Constant post-aggregator