mirror of https://github.com/apache/druid.git
Clearer filter docs. (#3448)
This commit is contained in:
parent
3b6c81e7c0
commit
1344e3c3af
|
@ -330,7 +330,7 @@ The filter above is equivalent to the following OR of Bound filters:
|
|||
```
|
||||
|
||||
### Filtering with Extraction Functions
|
||||
Some filters optionally support the use of extraction functions.
|
||||
All filters except the "spatial" filter support extraction functions.
|
||||
An extraction function is defined by setting the "extractionFn" field on a filter.
|
||||
See [Extraction function](./dimensionspecs.html#extraction-functions) for more details on extraction functions.
|
||||
|
||||
|
|
Loading…
Reference in New Issue