neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            

Home Page:https://neo4j.com/labs/apoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a simple apoc.util.hashCode function that turns a scalar into a long

jexp opened this issue · comments

Basically calling Java's hashCode() method.

Can be used for cluster shard routing and others