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/11/19 14:36:00 UTC

[jira] [Updated] (IGNITE-15784) Support mapping a field of arbitrary type to a byte[] column.

     [ https://issues.apache.org/jira/browse/IGNITE-15784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Mashenkov updated IGNITE-15784:
--------------------------------------
    Summary: Support mapping a field of arbitrary type to a byte[] column.  (was: Support mapping a field to a column of different types.)

> Support mapping a field of arbitrary type to a byte[] column.
> -------------------------------------------------------------
>
>                 Key: IGNITE-15784
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15784
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Introduce converter interface to allow mapping a POJO field to a column of a different type.
> E.g. user-POJO <--> byte[] to support arbitrary user objects via custom serialization.
> NB: These converters are provided by a user.
> Data must be converted in both directions and source-target types must be consistent.



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