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


##########
be/src/exec/sort/sorter.h:
##########
@@ -196,6 +215,19 @@ class FullSorter final : public Sorter {
 
     size_t get_reserve_mem_size(RuntimeState* state, bool eos) const override;
 
+    SorterReserveMemory get_reserve_mem_size_components(RuntimeState* state, 
bool eos) const;

Review Comment:
   加这么一堆接口是干啥用的?



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