You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Bankim Bhavsar (Jira)" <ji...@apache.org> on 2020/04/01 22:22:00 UTC

[jira] [Updated] (KUDU-3103) Add type traits support for 128-bit integers

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

Bankim Bhavsar updated KUDU-3103:
---------------------------------
    Description: 
Support for 128-bit integer datatypes is limited currently in kudu/util. See int128.h and int128_util.h

Due to lack of support for type traits for 128-bit integers can't use C++11 features like std::is_integral/std::make_unsigned etc.


  was:
Support for 128-bit integer datatypes is limited currently in kudu/util. See int128.h and int128-util.h

Due to lack of support for type traits for 128-bit integers can't use C++11 features like std::is_integral/std::make_unsigned etc.



> Add type traits support for 128-bit integers
> --------------------------------------------
>
>                 Key: KUDU-3103
>                 URL: https://issues.apache.org/jira/browse/KUDU-3103
>             Project: Kudu
>          Issue Type: Improvement
>          Components: util
>            Reporter: Bankim Bhavsar
>            Priority: Minor
>
> Support for 128-bit integer datatypes is limited currently in kudu/util. See int128.h and int128_util.h
> Due to lack of support for type traits for 128-bit integers can't use C++11 features like std::is_integral/std::make_unsigned etc.



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