Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sql/core/src/main/scala/org/apache/spark/sql/functions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,8 @@ object functions {
/**
* Calculates the hash code of given columns, and returns the result as an int column.
*
* This is the same hash function as used internally by Spark for shuffle and bucketing.
*
* @group misc_funcs
* @since 2.0.0
*/
Expand Down