HappenLee commented on code in PR #30511:
URL: https://github.com/apache/doris/pull/30511#discussion_r1469462326


##########
be/src/vec/exec/vpartition_sort_node.h:
##########
@@ -132,15 +105,18 @@ struct PartitionBlocks {
 
     size_t get_total_rows() const { return _total_rows; }
     size_t get_topn_filter_rows() const { return _topn_filter_rows; }
+    size_t get_do_topn_count() const { return _do_partition_topn_count; }
 
     IColumn::Selector selector;
     std::vector<std::unique_ptr<Block>> blocks;

Review Comment:
   `_selector` and `_blocks`



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