apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.45k stars 3.52k forks source link

[R] Implement bindings for stringr::coll #18953

Open asfimport opened 2 years ago

asfimport commented 2 years ago

Reporter: Dragoș Moldovan-Grünfeld / @dragosmg

Note: This issue was originally created as ARROW-14812. Please see the migration documentation for further details.

asfimport commented 2 years ago

Neal Richardson / @nealrichardson: This isn't required: these functions evaluate in stringr and we can (and do, and test) handle the objects they produce.

asfimport commented 2 years ago

Neal Richardson / @nealrichardson: Actually we don't support coll() now, just regex() and fixed()