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

Semyon Danilov updated IGNITE-18037:
------------------------------------
    Description: 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.

> 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
>            Priority: Major
>              Labels: ignite-3
>
> 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)

Reply via email to