englefly commented on code in PR #10631: URL: https://github.com/apache/doris/pull/10631#discussion_r914463955
########## be/src/olap/rowset/segment_v2/segment_iterator.h: ########## @@ -121,6 +121,19 @@ class SegmentIterator : public RowwiseIterator { bool _can_evaluated_by_vectorized(ColumnPredicate* predicate); + vectorized::MutableColumnPtr& _get_column_for_vec_predicate(int vec_pred_id) { Review Comment: 我正准备改_evaluate_short_circuit_predicate。_evaluate_short_circuit_predicate 里面不需要这个逻辑了,因为字典已经走vec_predicate 了 -- 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