Commits


Wes McKinney authored and Benjamin Kietzman committed 3752e34adf2
ARROW-8727: [C++] Don't require stack allocation of any object to use StringConverter, hide behind ParseValue function Using non-stateful functions or functors is more natural for template-based code generation of e.g. kernels. Closes #7120 from wesm/string-converter-static Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>