yiguolei commented on code in PR #65046:
URL: https://github.com/apache/doris/pull/65046#discussion_r3502953379


##########
be/src/exprs/vdirect_in_predicate.h:
##########
@@ -98,6 +98,13 @@ class VDirectInPredicate final : public VExpr {
                std::dynamic_pointer_cast<VSlotRef>(get_child(0)) != nullptr;
     }
 
+    Status clone_node(VExprSPtr* cloned_expr) const override {

Review Comment:
   这个clone node 是干啥用的?



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