Vladsz83 commented on code in PR #10390:
URL: https://github.com/apache/ignite/pull/10390#discussion_r1044156561


##########
modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/inline/InlineIndexKeyType.java:
##########
@@ -79,6 +79,17 @@ public interface InlineIndexKeyType {
      */
     @Nullable public IndexKey get(long pageAddr, int off, int maxSize);
 
+    /**
+     * Check if inlined index key is null.
+     *
+     * @param pageAddr Page address.
+     * @param off Offset.
+     * @param maxSize Max size.

Review Comment:
   Maybe 'maxSize' might be explained.



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

Reply via email to