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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]