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

Method Type

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

Source from the content-addressed store, hash-verified

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 }
398func (jsonString) Type() Type { return StringJSONType }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected