You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2018/12/31 19:30:41 UTC

[incubator-druid] branch master updated: add bloom filter operator to general sql docs (#6785)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 67f8329  add bloom filter operator to general sql docs (#6785)
67f8329 is described below

commit 67f832957b06429259aeed2054f4e824db42db26
Author: Clint Wylie <cj...@gmail.com>
AuthorDate: Mon Dec 31 11:30:33 2018 -0800

    add bloom filter operator to general sql docs (#6785)
---
 docs/content/querying/sql.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/querying/sql.md b/docs/content/querying/sql.md
index a02f3e3..76080fb 100644
--- a/docs/content/querying/sql.md
+++ b/docs/content/querying/sql.md
@@ -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:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org