pitrou commented on a change in pull request #9838:
URL: https://github.com/apache/arrow/pull/9838#discussion_r605053704
##########
File path: docs/source/cpp/compute.rst
##########
@@ -522,26 +522,31 @@ These functions trim off characters on both sides (trim),
or the left (ltrim) or
Containment tests
~~~~~~~~~~~~~~~~~
-+--------------------+------------+------------------------------------+---------------+----------------------------------------+
-| Function name | Arity | Input types |
Output type | Options class |
-+====================+============+====================================+===============+========================================+
-| match_substring | Unary | String-like |
Boolean (1) | :struct:`MatchSubstringOptions` |
-+--------------------+------------+------------------------------------+---------------+----------------------------------------+
-| index_in | Unary | Boolean, Null, Numeric, Temporal, | Int32
(2) | :struct:`SetLookupOptions` |
-| | | Binary- and String-like |
| |
-+--------------------+------------+------------------------------------+---------------+----------------------------------------+
-| is_in | Unary | Boolean, Null, Numeric, Temporal, |
Boolean (3) | :struct:`SetLookupOptions` |
-| | | Binary- and String-like |
| |
-+--------------------+------------+------------------------------------+---------------+----------------------------------------+
++---------------------------+------------+------------------------------------+---------------+----------------------------------------+
+| Function name | Arity | Input types
| Output type | Options class |
++===========================+============+====================================+===============+========================================+
+| match_substring | Unary | String-like
| Boolean (1) | :struct:`MatchSubstringOptions` |
++---------------------------+------------+------------------------------------+---------------+----------------------------------------+
+| match_substring_regex | Unary | String-like
| Boolean (1) | :struct:`MatchSubstringOptions` |
Review comment:
You missed the renumbering of notes here (and below).
--
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]