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


##########
be/src/pipeline/exec/scan_operator.cpp:
##########
@@ -325,6 +325,19 @@ Status 
ScanLocalState<Derived>::_normalize_predicate(vectorized::VExprContext* c
                 _parent->cast<typename 
Derived::Parent>()._slot_id_to_slot_desc[slot->slot_id()];
         return _is_predicate_acting_on_slot(slot, range);
     };
+    auto topn_predicate_checker = [&](const vectorized::VExprSPtrs& children,

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]

Reply via email to