Nic Crane created ARROW-13868:
---------------------------------
Summary: [R] Check if utf8 kernels have options implemented and
implement if not
Key: ARROW-13868
URL: https://issues.apache.org/jira/browse/ARROW-13868
Project: Apache Arrow
Issue Type: Sub-task
Components: R
Reporter: Nic Crane
The following compute kernels may not have direct bindings in the R package,
but can be accessed via call_function(). Check if they have Options classes
associated with them, and if so, implement these Options classes so that these
kernels can be called via call_function without error.
* utf8_capitalize
* utf8_is_alnum
* utf8_is_alpha
* utf8_is_decimal
* utf8_is_digit
* utf8_is_lower
* utf8_is_numeric
* utf8_is_printable
* utf8_is_space
* utf8_is_title
* utf8_is_upper
* utf8_ltrim
* utf8_replace_slice
* utf8_reverse
* utf8_rtrim
* utf8_swapcase
* utf8_trim
--
This message was sent by Atlassian Jira
(v8.3.4#803005)