You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semyon Danilov (Jira)" <ji...@apache.org> on 2022/11/03 10:33:00 UTC

[jira] [Resolved] (IGNITE-18037) Support writing date, datetime, big_decimal and other ignite types into binary tuple

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

Semyon Danilov resolved IGNITE-18037.
-------------------------------------
    Fix Version/s: 3.0.0-beta2
       Resolution: Fixed

It turned out that adding write methods was required for tests. Support was added in IGNITE-18017.

> Support writing date, datetime, big_decimal and other ignite types into binary tuple
> ------------------------------------------------------------------------------------
>
>                 Key: IGNITE-18037
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18037
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Semyon Danilov
>            Assignee: Semyon Danilov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Ignite 3 binary tuple supports reading date, datetime, timestamp, big_decimal and some other types, but there is no method to transform these types to bytes_view. Without such method we can't put these types into binary tuple. There are two methods in big_integer (byte_size() and store()) which can serve as an API reference that we need to implement for all ignite_types.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)