BiteTheDDDDt commented on code in PR #11468:
URL: https://github.com/apache/doris/pull/11468#discussion_r938425307
##########
be/src/vec/exec/volap_scan_node.cpp:
##########
@@ -30,12 +30,20 @@
#include "vec/core/block.h"
#include "vec/data_types/data_type_decimal.h"
#include "vec/exec/volap_scanner.h"
+#include "vec/exprs/vbloom_predicate.h"
#include "vec/exprs/vcompound_pred.h"
#include "vec/exprs/vexpr.h"
+#include "vec/exprs/vruntimefilter_wrapper.h"
+#include "vec/functions/in.h"
namespace doris::vectorized {
using doris::operator<<;
+#define RETURN_IF_PUSH_DOWN \
Review Comment:
Maybe we can change it to RETURN_IF_PUSH_DOWN(stmt) `if(!*push_down) stmt;`
--
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]