xtern commented on code in PR #1501:
URL: https://github.com/apache/ignite-3/pull/1501#discussion_r1092863912
##########
modules/index/src/main/java/org/apache/ignite/internal/index/SortedIndex.java:
##########
@@ -39,24 +41,28 @@ public interface SortedIndex extends
Index<SortedIndexDescriptor> {
byte INCLUDE_RIGHT = 0b10;
/**
- * Opens a range cursor for given bounds with left bound included in
result and right excluded.
+ * Opens a range cursor for given bounds. Inclusion of the bounds is
defined by {@code includeBounds} mask.
Review Comment:
Thanks, fixed.
> can u explain ?
This is just a copy-paste from the methods below) I fixed javadoc for them
too.
##########
modules/index/src/main/java/org/apache/ignite/internal/index/SortedIndex.java:
##########
@@ -39,24 +41,28 @@ public interface SortedIndex extends
Index<SortedIndexDescriptor> {
byte INCLUDE_RIGHT = 0b10;
/**
- * Opens a range cursor for given bounds with left bound included in
result and right excluded.
+ * Opens a range cursor for given bounds. Inclusion of the bounds is
defined by {@code includeBounds} mask.
Review Comment:
Thanks, fixed.
> can u explain ?
This is just a copy-paste from the methods below) I fixed javadoc for them
too.
--
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]