timoninmaxim commented on a change in pull request #8490:
URL: https://github.com/apache/ignite/pull/8490#discussion_r579449491
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/IndexKeyImpl.java
##########
@@ -15,41 +15,48 @@
* limitations under the License.
*/
-package org.apache.ignite.internal.processors.query.h2.database.io;
+package org.apache.ignite.internal.cache.query.index.sorted;
-import org.apache.ignite.internal.pagemem.PageUtils;
+import java.util.Arrays;
+import org.apache.ignite.cache.query.index.sorted.IndexKey;
/**
- *
+ * Complex index key that represents a user index query.
*/
-class H2MvccExtrasInnerIO extends AbstractH2ExtrasInnerIO {
- /**
- * @param type Page type.
- * @param ver Page format version.
- * @param payloadSize Payload size.
- */
- H2MvccExtrasInnerIO(short type, int ver, int payloadSize) {
- super(type, ver, 28, payloadSize);
+public class IndexKeyImpl implements IndexKey {
Review comment:
Removed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]