lidavidm commented on a change in pull request #10520:
URL: https://github.com/apache/arrow/pull/10520#discussion_r650967107



##########
File path: docs/source/cpp/compute.rst
##########
@@ -682,17 +682,23 @@ String joining
 
 This function does the inverse of string splitting.
 
-+-----------------+-----------+----------------------+----------------+-------------------+---------+
-| Function name   | Arity     | Input type 1         | Input type 2   | Output 
type       | Notes   |
-+=================+===========+======================+================+===================+=========+
-| binary_join     | Binary    | List of string-like  | String-like    | 
String-like       | \(1)    |
-+-----------------+-----------+----------------------+----------------+-------------------+---------+
++-----------------+-----------+----------------------+----------------+-------------------+-----------------------+---------+
+| Function name   | Arity     | Input type 1         | Input type 2   | Output 
type       | Options class         | Notes   |
++=================+===========+======================+================+===================+=======================+=========+
+| binary_join     | Binary    | List of string-like  | String-like    | 
String-like       |                       | \(1)    |
++-----------------+-----------+----------------------+----------------+-------------------+-----------------------+---------+
+| var_args_join   | Varargs   | List of string-like  | (NA)           | 
String-like       | :struct:`JoinOptions` | \(2)    |

Review comment:
       Thanks, that makes sense. I've updated the docs.




-- 
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]


Reply via email to