wiedld commented on code in PR #7379:
URL: https://github.com/apache/arrow-datafusion/pull/7379#discussion_r1309416001
##########
datafusion/core/src/physical_plan/sorts/cursor.rs:
##########
@@ -99,6 +100,16 @@ pub trait Cursor: Ord {
/// Advance the cursor, returning the previous row index
fn advance(&mut self) -> usize;
+
+ /// Go to reference row, returning the previous row index
+ fn seek(&mut self, row: usize) -> usize;
Review Comment:
Used with latest changes.
--
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]