Versions:
saturating_add_pos() ToolkitTimescaleDB Toolkit functions are available under Timescale Community Edition. They are automatically included with Timescale Cloud. Click to learn more.Experimental
Toolkit
TimescaleDB Toolkit functions are available under Timescale Community Edition. They are automatically included with Timescale Cloud. Click to learn more.
Experimental
The saturating_add_pos
function adds two numbers, saturating at 0 and 2147483647 instead of overflowing.
For more information about saturating math functions, see the saturating math docs.
Required arguments
Name | Type | Description |
---|---|---|
x | INT | An integer to add to y |
y | INT | An integer to add to x |
Returns
Column | Type | Description |
---|---|---|
saturating_add_pos | INT | The result of x+y, saturating at 0 for the minimum bound |
Found an issue on this page?
Report an issue!