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

TypeAlias Fractional

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

Fractional represents fractional types like float and decimal It's functionally equivalent to Numeric other than how it's constructed

Source from the content-addressed store, hash-verified

47// Fractional represents fractional types like float and decimal
48// It's functionally equivalent to Numeric other than how it's constructed
49type Fractional []byte
50
51// String represents any SQL type that needs to be represented using quotes.
52// If isUtf8 is false, it will be hex encoded so it's safe for exception reporting, etc.

Callers 5

MakeFractionalFunction · 0.85
UnmarshalBinaryMethod · 0.85
IsFractionalMethod · 0.85
BuildValueFunction · 0.85
TestBuildValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected