yiguolei commented on code in PR #63389:
URL: https://github.com/apache/doris/pull/63389#discussion_r3451113345
##########
be/src/exprs/vdirect_in_predicate.h:
##########
@@ -30,8 +37,12 @@ class VDirectInPredicate final : public VExpr {
ENABLE_FACTORY_CREATOR(VDirectInPredicate);
public:
- VDirectInPredicate(const TExprNode& node, const
std::shared_ptr<HybridSetBase>& filter)
- : VExpr(node), _filter(filter), _expr_name("direct_in_predicate")
{}
+ VDirectInPredicate(const TExprNode& node, const
std::shared_ptr<HybridSetBase>& filter,
Review Comment:
这个是干啥用的?如果这个predicate 不是那么重要,就先别实现了,感觉这个好乱
--
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]