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

Method Type

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

Source from the content-addressed store, hash-verified

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 }
399func (jsonArray) Type() Type { return ArrayJSONType }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected