This is an automated email from the ASF dual-hosted git repository. surekha pushed a commit to branch filter-on-metrics-doc in repository https://gitbox.apache.org/repos/asf/druid.git
commit 685341ca78860e1cc7fab3fc59ba666862109fb2 Author: Surekha Saharan <[email protected]> AuthorDate: Mon Jun 29 13:59:02 2020 -0700 edit doc to include having and filtered aggregator links --- docs/querying/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/filters.md b/docs/querying/filters.md index f3cc93c..c3b377c 100644 --- a/docs/querying/filters.md +++ b/docs/querying/filters.md @@ -32,7 +32,7 @@ A filter is a JSON object indicating which rows of data should be included in th **Note** -Filters are commonly applied on dimensions, but can be applied on metrics as well. +Filters are commonly applied on dimensions, but can be applied on aggregated metrics, for example, see [filtered-aggregator](./aggregations.md#filtered-aggregator) and [having-filters](./having.md). ### Selector filter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
