//
pkg.gl
Category
github.com/auxten/postgresql-parser
pkg
util
uint128
package
1.0.1
Repository:
https://github.com/auxten/postgresql-parser.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
84 SLOC
#
Functions
FromBytes
FromBytes parses the byte slice as a 128 bit big-endian unsigned integer.
FromInts
FromInts takes in two unsigned 64-bit integers and constructs a Uint128.
FromString
FromString parses a hexadecimal string as a 128-bit big-endian unsigned integer.
#
Structs
Uint128
Uint128 is a big-endian 128 bit unsigned integer which wraps two uint64s.