[
https://issues.apache.org/jira/browse/ARROW-13867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nic Crane updated ARROW-13867:
------------------------------
Description:
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_whitespace
* ascii_rtrim_whitespace
* ascii_swapcase
* ascii_trim_whitespace
* ascii_upper
was:
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
> [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
> Priority: Major
>
> 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_whitespace
> * ascii_rtrim_whitespace
> * ascii_swapcase
> * ascii_trim_whitespace
> * ascii_upper
--
This message was sent by Atlassian Jira
(v8.3.4#803005)