mirror of https://github.com/apache/druid.git
Fixed JSON
This commit is contained in:
parent
374904ce20
commit
624b13e8f5
|
@ -9,6 +9,7 @@ TopN queries return a sorted set of results for the values in a given dimension
|
|||
A topN query object looks like:
|
||||
|
||||
```json
|
||||
{
|
||||
"queryType": "topN",
|
||||
"dataSource": "sample_data",
|
||||
"dimension": "sample_dim",
|
||||
|
|
Loading…
Reference in New Issue