Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Dec 19, 2024
1 parent 39474eb commit 44da198
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/cpp/compute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1247,10 +1247,8 @@ array as input.
| hash64 | Unary | Any | UInt64 | | \(1) |
+---------------+-------+-------------+-------------+---------------+-------+

* \(1) The hashing algorithm is "xxHash-like", making some minor trade-offs in favor of
performance. Arrays containing nested types are recursively walked and flattened; such
that each field or attribute (corresponding to the same row) are hashed and combined
into a single hash value.
* \(1) The implementation doesn't guarantee hash stability across different versions of
the library. Union-, view- and run end encoded types are not supported yet.


Categorizations
Expand Down

0 comments on commit 44da198

Please sign in to comment.