You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Francois Saint-Jacques (JIRA)" <ji...@apache.org> on 2019/01/15 15:47:00 UTC

[jira] [Created] (ARROW-4268) [C++] Add C primitive to Arrow:Type compile time in TypeTraits

Francois Saint-Jacques created ARROW-4268:
---------------------------------------------

             Summary: [C++] Add C primitive to Arrow:Type compile time in TypeTraits
                 Key: ARROW-4268
                 URL: https://issues.apache.org/jira/browse/ARROW-4268
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Francois Saint-Jacques
            Assignee: Francois Saint-Jacques


The user would use something like
```
...
using ArrowType = CTypeTraits<int64>::ArrowType;
using ArrayType = CTypeTraits<int64>::ArrayType;

auto type = CTypeTraits<int64>::type_singleton();
```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)