cyb70289 commented on a change in pull request #10354:
URL: https://github.com/apache/arrow/pull/10354#discussion_r634862344
##########
File path: docs/source/cpp/compute.rst
##########
@@ -568,18 +568,23 @@ when a positive ``max_splits`` is given.
+==========================+============+=========================+===================+==================================+=========+
| split_pattern | Unary | String-like | List-like
| :struct:`SplitPatternOptions` | \(1) |
+--------------------------+------------+-------------------------+-------------------+----------------------------------+---------+
-| utf8_split_whitespace | Unary | String-like | List-like
| :struct:`SplitOptions` | \(2) |
+| split_pattern_regex | Unary | String-like | List-like
| :struct:`SplitPatternOptions` | \(2) |
+--------------------------+------------+-------------------------+-------------------+----------------------------------+---------+
-| ascii_split_whitespace | Unary | String-like | List-like
| :struct:`SplitOptions` | \(3) |
+| utf8_split_whitespace | Unary | String-like | List-like
| :struct:`SplitOptions` | \(3) |
++--------------------------+------------+-------------------------+-------------------+----------------------------------+---------+
+| ascii_split_whitespace | Unary | String-like | List-like
| :struct:`SplitOptions` | \(4) |
+--------------------------+------------+-------------------------+-------------------+----------------------------------+---------+
* \(1) The string is split when an exact pattern is found (the pattern itself
is not included in the output).
-* \(2) A non-zero length sequence of Unicode defined whitespace codepoints
+* \(1) The string is split when a regex match is found (the matched
Review comment:
```suggestion
* \(2) The string is split when a regex match is found (the matched
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]