apoc.math.maxInt Details Syntax apoc.math.maxInt() Description Returns the maximum value of an integer. Returns INTEGER Usage Examples RETURN apoc.math.maxInt() AS output; Results output 2147483647 More documentation of apoc.math.maxInt apoc.math.maxDouble apoc.math.maxLong