yiguolei commented on code in PR #25901:
URL: https://github.com/apache/doris/pull/25901#discussion_r1371551120
##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -410,26 +411,48 @@ Status VScanNode::_normalize_conjuncts() {
}
}
+ std::function<bool(const VExprSPtr&)> _conjunct_is_acting_on_a_slot =
Review Comment:
这种的就不要写lambda了,直接定义一个函数吧
##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -410,26 +411,48 @@ Status VScanNode::_normalize_conjuncts() {
}
}
+ std::function<bool(const VExprSPtr&)> _conjunct_is_acting_on_a_slot =
Review Comment:
这种的就不要写lambda了,直接定义一个函数吧
--
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]