You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/07 02:44:00 UTC

[jira] [Created] (ARROW-8727) [C++] Do not require struct-initialization of StringConverter to parse strings to other types

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)