asdf2014 commented on a change in pull request #6904: add bloom filter druid expression URL: https://github.com/apache/incubator-druid/pull/6904#discussion_r250483841
########## File path: docs/content/misc/math-expr.md ########## @@ -60,6 +60,7 @@ The following built-in functions are available. |like|like(expr, pattern[, escape]) is equivalent to SQL `expr LIKE pattern`| |case_searched|case_searched(expr1, result1, \[\[expr2, result2, ...\], else-result\])| |case_simple|case_simple(expr, value1, result1, \[\[value2, result2, ...\], else-result\])| +|bloom_filter_test|bloom_filter_test(expr,filter) tests the value of 'expr' against 'filter', a bloom filter serialized as a base64 string. See [bloom filter extension](../development/extensions-core/bloom-filter.html) documentation for additional details.| Review comment: Please add a blank character between `expr` and `filter`, e.g., `(expr, filter)` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
