apoc.util.hashCode

函数 Apoc 扩展

apoc.util.hashCode(value) - 返回该值的 java.lang.Object#hashCode()

签名

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

输入参数

名称 类型 默认

ANY?

null

用法示例

WITH rand() AS value
RETURN apoc.util.hashCode(value) AS output;
表 1. 结果
输出

1011991601

© . This site is unofficial and not affiliated with Neo4j, Inc.