zhiqiang-hhhh commented on code in PR #25901:
URL: https://github.com/apache/doris/pull/25901#discussion_r1371557666


##########
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:
   那这应该定一一个 `static bool VExpr::is_acting_on_a_slot() `吧?



##########
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:
   那这应该定一一个 `static bool VExpr::is_acting_on_a_slot() `吧?



-- 
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]

Reply via email to