wangbo commented on code in PR #8834: URL: https://github.com/apache/incubator-doris/pull/8834#discussion_r857409106
########## be/src/olap/rowset/segment_v2/segment_iterator.h: ########## @@ -146,6 +146,8 @@ class SegmentIterator : public RowwiseIterator { // remember the rowids we've read for the current row block. // could be a local variable of next_batch(), kept here to reuse vector memory std::vector<rowid_t> _block_rowids; + bool _is_need_vec_eval = false; + bool _is_need_short_eval = false; // fields for vectorization execution bool _is_all_column_basic_type; Review Comment: 👌🏻 -- 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