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


##########
be/src/olap/olap_common.h:
##########
@@ -351,11 +349,10 @@ struct OlapReaderStatistics {
     int64_t rows_del_by_bitmap = 0;
     // the number of rows filtered by various column indexes.
     int64_t rows_conditions_filtered = 0;
-    int64_t block_conditions_filtered_ns = 0;
-    int64_t block_conditions_filtered_bf_ns = 0;
-    int64_t block_conditions_filtered_zonemap_ns = 0;
-    int64_t block_conditions_filtered_zonemap_rp_ns = 0;
-    int64_t block_conditions_filtered_dict_ns = 0;
+    int64_t generate_row_ranges_ns = 0;

Review Comment:
   是不是叫key range



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

Reply via email to