MCPcopy
hub / github.com/dropbox/godropbox / Numeric

TypeAlias Numeric

database/sqltypes/sqltypes.go:45–45  ·  view source on GitHub ↗

Numeric represents non-fractional SQL number.

Source from the content-addressed store, hash-verified

43
44// Numeric represents non-fractional SQL number.
45type Numeric []byte
46
47// Fractional represents fractional types like float and decimal
48// It's functionally equivalent to Numeric other than how it's constructed

Callers 7

MakeNumericFunction · 0.85
UnmarshalBinaryMethod · 0.85
IsNumericMethod · 0.85
BuildValueFunction · 0.85
BuildNumericFunction · 0.85
TestNumericFunction · 0.85
TestBuildValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected