mirror of
https://github.com/apache/druid.git
synced 2025-02-23 03:03:02 +00:00
fix post-aggregations broken link
This commit is contained in:
parent
96d7b18163
commit
6f45f88f26
@ -55,7 +55,7 @@ There are 11 main parts to a groupBy query:
|
||||
|granularity|Defines the granularity of the query. See [Granularities](Granularities.html)|yes|
|
||||
|filter|See [Filters](Filters.html)|no|
|
||||
|aggregations|See [Aggregations](Aggregations.html)|yes|
|
||||
|postAggregations|See [Post Aggregations](Post-Aggregations.html)|no|
|
||||
|postAggregations|See [Post Aggregations](Post-aggregations.html)|no|
|
||||
|intervals|A JSON Object representing ISO-8601 Intervals. This defines the time ranges to run the query over.|yes|
|
||||
|context|An additional JSON Object which can be used to specify certain flags.|no|
|
||||
|
||||
@ -87,4 +87,4 @@ To pull it all together, the above query would return *n\*m* data points, up to
|
||||
},
|
||||
...
|
||||
]
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user