mrhhsg commented on code in PR #21239: URL: https://github.com/apache/doris/pull/21239#discussion_r1243847583
########## be/src/olap/block_column_predicate.h: ########## @@ -81,6 +81,12 @@ class BlockColumnPredicate { LOG(FATAL) << "should not reach here"; return true; } + + virtual bool evaluate_and(const StringRef* dict_words, const size_t dict_num) const { Review Comment: Cause `dict_words` is from `std::unique_ptr<StringRef[]> _dict_word_info` of `FileColumnIterator` -- 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