added link to DimensionSpec for alternative way to provide dimensions

This commit is contained in:
Igal Levy 2014-10-23 14:30:02 -07:00
parent f76d68e2c9
commit f62221bfae
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ There are 11 main parts to a groupBy query:
|--------|-----------|---------| |--------|-----------|---------|
|queryType|This String should always be "groupBy"; this is the first thing Druid looks at to figure out how to interpret the query|yes| |queryType|This String should always be "groupBy"; this is the first thing Druid looks at to figure out how to interpret the query|yes|
|dataSource|A String defining the data source to query, very similar to a table in a relational database, or a [DataSource](DataSource.html) structure.|yes| |dataSource|A String defining the data source to query, very similar to a table in a relational database, or a [DataSource](DataSource.html) structure.|yes|
|dimensions|A JSON list of dimensions to do the groupBy over|yes| |dimensions|A JSON list of dimensions to do the groupBy over; or see [DimensionSpec](DimensionSpecs) for ways to extract dimensions. |yes|
|limitSpec|See [LimitSpec](LimitSpec.html).|no| |limitSpec|See [LimitSpec](LimitSpec.html).|no|
|having|See [Having](Having.html).|no| |having|See [Having](Having.html).|no|
|granularity|Defines the granularity of the query. See [Granularities](Granularities.html)|yes| |granularity|Defines the granularity of the query. See [Granularities](Granularities.html)|yes|