This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new eb0e1a0  Add limit to timeseries docs (#7750)
eb0e1a0 is described below

commit eb0e1a056c1150e5a904d0fcef57188d6f2ae12c
Author: Jonathan Wei <jon-...@users.noreply.github.com>
AuthorDate: Thu May 23 19:41:52 2019 -0700

    Add limit to timeseries docs (#7750)
---
 docs/content/querying/timeseriesquery.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/content/querying/timeseriesquery.md 
b/docs/content/querying/timeseriesquery.md
index 9feef88..39fea97 100644
--- a/docs/content/querying/timeseriesquery.md
+++ b/docs/content/querying/timeseriesquery.md
@@ -76,6 +76,7 @@ There are 7 main parts to a timeseries query:
 |filter|See [Filters](../querying/filters.html)|no|
 |aggregations|See [Aggregations](../querying/aggregations.html)|no|
 |postAggregations|See [Post 
Aggregations](../querying/post-aggregations.html)|no|
+|limit|An integer that limits the number of results. The default is 
unlimited.|no|
 |context|Can be used to modify query behavior, including [grand 
totals](#grand-totals) and [zero-filling](#zero-filling). See also 
[Context](../querying/query-context.html) for parameters that apply to all 
query types.|no|
 
 To pull it all together, the above query would return 2 data points, one for 
each day between 2012-01-01 and 2012-01-03, from the "sample\_datasource" 
table. Each data point would be the (long) sum of sample\_fieldName1, the 
(double) sum of sample\_fieldName2 and the (double) result of 
sample\_fieldName1 divided by sample\_fieldName2 for the filter set. The output 
looks like this:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to