[ https://issues.apache.org/jira/browse/ARROW-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661292#comment-17661292 ]
Rok Mihevc commented on ARROW-4268: ----------------------------------- This issue has been migrated to [issue #20844|https://github.com/apache/arrow/issues/20844] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [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 > Priority: Minor > Labels: pull-request-available > Fix For: 0.13.0 > > Original Estimate: 1h > Time Spent: 1h 40m > Remaining Estimate: 0h > > The user would use something like > {code:c++} > ... > using ArrowType = CTypeTraits<int64>::ArrowType; > using ArrayType = CTypeTraits<int64>::ArrayType; > auto type = CTypeTraits<int64>::type_singleton(); > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)