You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/12/14 10:07:00 UTC

[jira] [Created] (IGNITE-16116) Support user mapping functions.

Andrey Mashenkov created IGNITE-16116:
-----------------------------------------

             Summary: Support user mapping functions.
                 Key: IGNITE-16116
                 URL: https://issues.apache.org/jira/browse/IGNITE-16116
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Mashenkov


Let's allow users to implement their own strategy of marshaling objects.
The {{Tuple}} interface looks good candidate for representing a row, rather than exposing any internals to the user.

Start point is {{Mapper.of(Function<O, Tuple> objectToRow, Function<Tuple, O> rowToObject) }}.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)