HappenLee commented on code in PR #38300: URL: https://github.com/apache/doris/pull/38300#discussion_r1703615483
########## be/src/vec/exprs/vruntimefilter_wrapper.h: ########## @@ -39,12 +39,25 @@ class VExprContext; } // namespace vectorized } // namespace doris +inline double get_in_list_ignore_thredhold(size_t list_size) { + return std::log2(list_size + 1) / 64; +} + +inline double get_comparison_ignore_thredhold() { Review Comment: noneed inline should be a constexpr func -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org