pitrou commented on a change in pull request #10494:
URL: https://github.com/apache/arrow/pull/10494#discussion_r649217125
##########
File path: docs/source/cpp/compute.rst
##########
@@ -451,29 +451,33 @@ The third set of functions examines string elements on a
byte-per-byte basis:
String transforms
~~~~~~~~~~~~~~~~~
-+--------------------------+------------+-------------------------+---------------------+-------------------------------------------------+
-| Function name | Arity | Input types | Output
type | Notes | Options class |
-+==========================+============+=========================+=====================+=========+=======================================+
-| ascii_lower | Unary | String-like |
String-like | \(1) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| ascii_reverse | Unary | String-like |
String-like | \(2) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| ascii_upper | Unary | String-like |
String-like | \(1) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| binary_length | Unary | Binary- or String-like | Int32 or
Int64 | \(3) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| replace_substring | Unary | String-like |
String-like | \(4) | :struct:`ReplaceSubstringOptions` |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| replace_substring_regex | Unary | String-like |
String-like | \(5) | :struct:`ReplaceSubstringOptions` |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| utf8_length | Unary | String-like | Int32 or
Int64 | \(6) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| utf8_lower | Unary | String-like |
String-like | \(7) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| utf8_reverse | Unary | String-like |
String-like | \(8) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
-| utf8_upper | Unary | String-like |
String-like | \(7) | |
-+--------------------------+------------+-------------------------+---------------------+---------+---------------------------------------+
++--------------------------+------------+-------------------------+------------------------+-------------------------------------------------+
+| Function name | Arity | Input types | Output
type | Notes | Options class |
++==========================+============+=========================+========================+=========+=======================================+
+| ascii_lower | Unary | String-like |
String-like | \(1) | |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| ascii_reverse | Unary | String-like |
String-like | \(2) | |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| ascii_upper | Unary | String-like |
String-like | \(1) | |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| binary_length | Unary | Binary- or String-like | Int32 or
Int64 | \(3) | |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| binary_replace_slice | Unary | String-like | Binary- or
String-like | \(4) | :struct:`ReplaceSliceOptions` |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| replace_substring | Unary | String-like |
String-like | \(5) | :struct:`ReplaceSubstringOptions` |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| replace_substring_regex | Unary | String-like |
String-like | \(6) | :struct:`ReplaceSubstringOptions` |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| utf8_length | Unary | String-like | Int32 or
Int64 | \(7) | |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| utf8_lower | Unary | String-like |
String-like | \(8) | |
++--------------------------+------------+-------------------------+------------------------+---------+---------------------------------------+
+| utf8_replace_slice | Unary | String-like |
String-like | \(2) | :struct:`ReplaceSliceOptions` |
Review comment:
I believe the note number should be (4)?
--
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]