-
Couldn't load subscription status.
- Fork 3.9k
Open
Description
Implement a string formatting kernel. There are several possible designs we could consider for this:
- a variadic kernel that works like
fmt::formatorstd::formatin C++20 (probably the best option) - something more similar to Python
str.format - something more like C++
printf
Reporter: Ian Cook / @ianmcook
Related issues:
- [C++] String algorithm library for StringArray/BinaryArray (is a child of)
- [C++][Compute] Add utf8_format kernel (is duplicated by)
- [C++] Add variadic string join kernel (relates to)
- [R] Bindings for glue() (is depended upon by)
Note: This issue was originally created as ARROW-13106. Please see the migration documentation for further details.