nizhikov commented on code in PR #11438: URL: https://github.com/apache/ignite/pull/11438#discussion_r1758509317
########## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/IndexScan.java: ########## @@ -507,4 +596,64 @@ protected TreeIndexWrapper(InlineIndex idx) { } } } + + /** + * @param entries Entries changed in transaction. + * @param cacheId Cache id. + * @param parts Partitions set. + * @param mapper Mapper to specific data type. + * @return First, set of object changed in transaction, second, list of transaction data in required format. + * @param <R> Required type. + */ + public static <R> IgniteBiTuple<Set<KeyCacheObject>, List<R>> transactionData( Review Comment: moved. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org