Wes McKinney created ARROW-8727:
-----------------------------------
Summary: [C++] Do not require struct-initialization of
StringConverter<T> to parse strings to other types
Key: ARROW-8727
URL: https://issues.apache.org/jira/browse/ARROW-8727
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Wes McKinney
Fix For: 1.0.0
I ran into this issue while working on refactoring kernels.
{{StringConverter<T>}} must be initialized to be able to support parametric
types like Timestamp, but this produces an awkwardness and possibly a
performance penalty (I haven't measured yet) in inlined functions.
In any case, I'm refactoring everything to be static non-stateful
--
This message was sent by Atlassian Jira
(v8.3.4#803005)