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:14:00 UTC

[jira] [Created] (ARROW-13867) [R] Check if ascii functions have options implemented and implement if not

Nic Crane created ARROW-13867:
---------------------------------

             Summary: [R] Check if ascii functions have options implemented and implement if not
                 Key: ARROW-13867
                 URL: https://issues.apache.org/jira/browse/ARROW-13867
             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.

* ascii_capitalize
* ascii_is_alnum
* ascii_is_alpha
* ascii_is_decimal
* ascii_is_lower
* ascii_is_printable
* ascii_is_space
* ascii_is_title
* ascii_is_upper
* ascii_lower
* ascii_lpad
* ascii_ltrim
* ascii_ltrim_whitespace
* ascii_rtrim
* ascii_rtrim_whitespace
* ascii_swapcase
* ascii_trim
* ascii_trim_whitespace
* ascii_upper



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