yiguolei commented on code in PR #66470:
URL: https://github.com/apache/doris/pull/66470#discussion_r3725587639


##########
be/src/exprs/expr_zonemap_filter.cpp:
##########
@@ -59,6 +61,24 @@ bool dictionary_contains(const 
DictionaryEvalContext::SlotDictionary& dictionary
     });
 }
 
+template <typename T>
+bool floating_point_bloom_filter_may_contain(const segment_v2::BloomFilter& 
bloom_filter, T value) {

Review Comment:
   我们是不是直接判断一下表达式的值只要是nan 就直接返回false啊??



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to