surekhasaharan commented on a change in pull request #10087:
URL: https://github.com/apache/druid/pull/10087#discussion_r446437576
##########
File path: docs/querying/filters.md
##########
@@ -30,6 +30,10 @@ sidebar_label: "Filters"
A filter is a JSON object indicating which rows of data should be included in
the computation for a query. It’s essentially the equivalent of the WHERE
clause in SQL. Apache Druid supports the following types of filters.
+**Note**
+
+Filters are commonly applied on dimensions, but can be applied on metrics as
well.
Review comment:
In my head, i was thinking filtering on aggregates, like filtering on
metrics in a groupby. Sure, adding a link to those would be useful here.
Separately, does anyone know if we started supporting filtering metrics
since a particular release version which should be specified here ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]