apoc.math.maxInt

Function APOC Core

apoc.math.maxInt() | return the maximum value an int can have

Signature

apoc.math.maxInt() :: (INTEGER?)

Usage Examples

RETURN apoc.math.maxInt() AS output;
Table 1. Results
output

2147483647