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

Method Type

postgres/parser/json/json.go:394–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392type jsonObject []jsonKeyValuePair
393
394func (jsonNull) Type() Type { return NullJSONType }
395func (jsonFalse) Type() Type { return FalseJSONType }
396func (jsonTrue) Type() Type { return TrueJSONType }
397func (jsonNumber) Type() Type { return NumberJSONType }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected