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