You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/06/17 18:25:00 UTC

[jira] [Commented] (ARROW-13106) [C++] String formatting kernel

    [ https://issues.apache.org/jira/browse/ARROW-13106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365070#comment-17365070 ] 

David Li commented on ARROW-13106:
----------------------------------

Duplicate of ARROW-12990 perhaps? Though that one is specified as very limited.

> [C++] String formatting kernel
> ------------------------------
>
>                 Key: ARROW-13106
>                 URL: https://issues.apache.org/jira/browse/ARROW-13106
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ian Cook
>            Priority: Major
>
> Implement a string formatting kernel. There are several possible designs we could consider for this:
> * a variadic kernel that works likeĀ [{{fmt::format}}|https://fmt.dev/dev/api.html] or [{{std::format}} in C++20|https://en.cppreference.com/w/cpp/utility/format] (probably the best option)
> * something more similar to Python [{{str.format}}|https://docs.python.org/3/library/string.html#format-string-syntax]
> * something more like C++ [{{printf}}|https://en.cppreference.com/w/cpp/io/c/fprintf]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)