apoc.math.maxInt函数 详细信息 语法 apoc.math.maxInt() 描述 返回整数的最大值。 返回 INTEGER(整数) 用法示例 RETURN apoc.math.maxInt() AS output; 结果 输出 2147483647 关于 apoc.math.maxInt 的更多文档 apoc.math.maxDouble apoc.math.maxLong