//
pkg.gl
Category
github.com/auxten/postgresql-parser
pkg
util
arith
package
1.0.1
Repository:
https://github.com/auxten/postgresql-parser.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
61 SLOC
#
Functions
Add32to64WithOverflow
Add32to64WithOverflow returns a+b.
Add32WithOverflow
Add32WithOverflow returns a+b.
AddWithOverflow
AddWithOverflow returns a+b.
MulHalfPositiveWithOverflow
MulHalfPositiveWithOverflow returns a*b.
Sub32to64WithOverflow
Sub32to64WithOverflow returns a-b.
Sub32WithOverflow
Sub32WithOverflow returns a-b.
SubWithOverflow
SubWithOverflow returns a-b.