[
https://issues.apache.org/jira/browse/ARROW-13296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13296:
-----------------------------------
Labels: pull-request-available (was: )
> [C++] Provide reflection-compatible enum replacement
> ----------------------------------------------------
>
> Key: ARROW-13296
> URL: https://issues.apache.org/jira/browse/ARROW-13296
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Ben Kietzman
> Assignee: Ben Kietzman
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There's significant boilerplate associated with using enumerations in arrow,
> since we need to expose them to the bindings which involves a mapping to/from
> strings per binding. That's not ideal and we could do better with a
> metaprogramming utility which provides enum semantics but supports basic
> reflection (min/max value, number of values, to/from string).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)