HappenLee commented on code in PR #19789: URL: https://github.com/apache/doris/pull/19789#discussion_r1199915431
########## be/src/olap/olap_common.h: ########## @@ -317,6 +317,10 @@ struct OlapReaderStatistics { int64_t expr_filter_ns = 0; int64_t output_col_ns = 0; + // The table below represents the bloom_filter id, + // array[0] represents input, array[1] represents filtered, and array[2] represents type. + std::map<int, std::array<int64_t, 3>> bloom_filter_info; Review Comment: use a struct to do the work, not array -- 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