MCPcopy Create free account
hub / github.com/dinedal/textql / Numeric

TypeAlias Numeric

sqlparser/sqltypes/sqltypes.go:40–40  ·  view source on GitHub ↗

Numeric represents non-fractional SQL number.

Source from the content-addressed store, hash-verified

38
39// Numeric represents non-fractional SQL number.
40type Numeric []byte
41
42// Fractional represents fractional types like float and decimal
43// It's functionally equivalent to Numeric other than how it's constructed

Callers 6

MakeNumericFunction · 0.85
BuildValueFunction · 0.85
BuildNumericFunction · 0.85
initFunction · 0.85
TestNumericFunction · 0.85
TestBuildValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected