MCPcopy Create free account
hub / github.com/dolthub/doltgresql / jsonNumber

TypeAlias jsonNumber

postgres/parser/json/json.go:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192var NullJSONValue = jsonNull{}
193
194type jsonNumber apd.Decimal
195type jsonString string
196
197type jsonArray []JSON

Callers 6

decodeJSONNumberFunction · 0.85
FromDecimalFunction · 0.85
FromNumberFunction · 0.85
FromIntFunction · 0.85
FromInt64Function · 0.85
FromFloat64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected