apoc.util.hashCode

Function Apoc Extended

apoc.util.hashCode(value) - Returns the java.lang.Object#hashCode() of the value

Signature

apoc.util.hashCode(value :: ANY?) :: (LONG?)

Input parameters

Name Type Default

value

ANY?

null

Usage Examples

WITH rand() AS value
RETURN apoc.util.hashCode(value) AS output;
Table 1. Results
output

1011991601