Vladsz83 commented on code in PR #10153:
URL: https://github.com/apache/ignite/pull/10153#discussion_r1000490014
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/IndexScan.java:
##########
@@ -159,6 +162,44 @@ public IndexScan(
}
}
+ /**
+ * Gets first or last records from all segments.
Review Comment:
Refactored except SingleValueSegmentedIndexCursor. Should we?
_InlineIndexImpl.findFirst()/.findLast()_ gives _SingleCursor_.
--
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]