mirror of https://github.com/apache/druid.git
add bloom filter operator to general sql docs (#6785)
This commit is contained in:
parent
fa7cb906e4
commit
67f832957b
|
@ -235,7 +235,7 @@ over the connection time zone.
|
|||
|`CASE WHEN boolean_expr1 THEN result1 \[ WHEN boolean_expr2 THEN result2 ... \] \[ ELSE resultN \] END`|Searched CASE.|
|
||||
|`NULLIF(value1, value2)`|Returns NULL if value1 and value2 match, else returns value1.|
|
||||
|`COALESCE(value1, value2, ...)`|Returns the first value that is neither NULL nor empty string.|
|
||||
|
||||
|`BLOOM_FILTER_TEST(<expr>, <serialized-filter>)`|Returns true if the value is contained in the base64 serialized bloom filter. See [bloom filter extension](../development/extensions-core/bloom-filter.html) documentation for additional details.
|
||||
### Unsupported features
|
||||
|
||||
Druid does not support all SQL features, including:
|
||||
|
|
Loading…
Reference in New Issue