package
0.3.7
Repository: https://github.com/aliyun/aliyun-odps-go-sdk.git
Documentation: pkg.go.dev

# Functions

FromBigInt will convert a big.Int to a Num, if the value in v has a BitLen > 128, this will panic.
FromI64 returns a new signed 128-bit integer value from the provided int64 one.
FromU64 returns a new signed 128-bit integer value from the provided uint64 one.
New returns a new signed 128-bit integer value.

# Variables

No description provided by the author

# Structs

Num represents a signed 128-bit integer in two's complement.