[
https://issues.apache.org/jira/browse/ARROW-12707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341980#comment-17341980
]
Rok Mihevc commented on ARROW-12707:
------------------------------------
Sounds doable! :)
What would be a good default pattern?
Looking at R https://stringr.tidyverse.org/reference/str_split.html and Pandas
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.split.html
I don't see one.
Are you looking for a way to initialize the Options object or actually setting
the defaults?
> [C++] Add defaults() method for arrow::compute::SplitPatternOptions
> --------------------------------------------------------------------
>
> Key: ARROW-12707
> URL: https://issues.apache.org/jira/browse/ARROW-12707
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Nic Crane
> Priority: Minor
>
> Many of the compute function options objects have a defaults() method in
> order to initialise the default options. However, SplitPatternOptions does
> not. Please can we have one added?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)