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

Andrey Mashenkov updated IGNITE-13750:
--------------------------------------
    Description: 
Add unsigned types native support for e.g. .NET  uByte/uShort/uInt/uLong.

 

There are 2 possible ways:
1. Introduce 'unsigned' flag, add constraints for unsigned type range and treat 
same way as unsigned types. E.g. 0..127 for uByte.

2. Introduce separate types and map them to wider Java types with adding range 
constraints. E.g. map uLong to BigInteger.

  was:Add unsigned types native support for e.g. .NET  uByte/uShort/uInt/uLong.


> Implement unsigned native types.
> --------------------------------
>
>                 Key: IGNITE-13750
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13750
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: iep-54, ignite-3
>
> Add unsigned types native support for e.g. .NET  uByte/uShort/uInt/uLong.
>  
> There are 2 possible ways:
> 1. Introduce 'unsigned' flag, add constraints for unsigned type range and 
> treat same way as unsigned types. E.g. 0..127 for uByte.
> 2. Introduce separate types and map them to wider Java types with adding 
> range constraints. E.g. map uLong to BigInteger.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to