Uwe L. Korn created ARROW-518:
---------------------------------
Summary: C++: Make Status::OK method constexpr
Key: ARROW-518
URL: https://issues.apache.org/jira/browse/ARROW-518
Project: Apache Arrow
Issue Type: New Feature
Components: C++
Reporter: Uwe L. Korn
We call this method very often and probably have a small overhead as it isn't
{{constexpr}}. We also cannot simply declare it {{constexpr}} as
{{arrow::Status}} is not a literal type yet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)