apoc.math.minInt

Function APOC Core

apoc.math.minInt() | return the minimum value an int can have

Signature

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

Usage Examples

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

-2147483648