kszucs commented on code in PR #45001:
URL: https://github.com/apache/arrow/pull/45001#discussion_r1883829738


##########
docs/source/cpp/compute.rst:
##########
@@ -1231,6 +1231,26 @@ Containment tests
 * \(8) Output is true iff :member:`MatchSubstringOptions::pattern`
   matches the corresponding input element at any position.
 
+
+Hash Functions
+~~~~~~~~~~~~~~
+
+Not to be confused with the "group by" functions, Hash functions produce an 
array of hash
+values corresponding to the length of the input. Currently, these functions 
take a single
+array as input.
+
++-----------------------+-------+-----------------------------------+-------------+---------------+-------+
+| Function name         | Arity | Input types                       | Output 
type | Options class | Notes |
++=======================+=======+===================================+=============+===============+=======+
+| hash_64               | Unary | Any                               | UInt64   
   |               | \(1)  |
++-----------------------+-------+-----------------------------------+-------------+---------------+-------+

Review Comment:
   Fixed.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to