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)