yiguolei commented on code in PR #10631: URL: https://github.com/apache/doris/pull/10631#discussion_r914460680
########## 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 也调用这个函数实现吧 -- 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