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

[jira] [Created] (ARROW-13868) [R] Check if utf8 kernels have options implemented and implement if not

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)