yiguolei commented on code in PR #19789: URL: https://github.com/apache/doris/pull/19789#discussion_r1201387042
########## be/src/olap/column_predicate.h: ########## @@ -262,6 +269,8 @@ class ColumnPredicate { // TODO: the value is only in delete condition, better be template value bool _opposite; std::shared_ptr<PredicateParams> _predicate_params; + mutable uint64_t _evaluated_rows = 1; Review Comment: Currently, it is better to collect this info in segment_iterator during evaluate stage. -- 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