You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2020/06/29 21:00:19 UTC

[druid] 01/02: edit doc to include having and filtered aggregator links

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 <su...@imply.io>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org