carlvinhust2012 commented on code in PR #9311: URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867341749
########## be/src/exec/base_scanner.cpp: ########## @@ -260,6 +279,33 @@ Status BaseScanner::_fill_dest_tuple(Tuple* dest_tuple, MemPool* mem_pool) { return Status::OK(); } +Status BaseScanner::filter_block(vectorized::Block* temp_block, size_t slot_num) { + // filter src tuple by preceding filter first Review Comment: yes, should be more accurate. -- 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