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

Method Type

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

Type returns the JSON type.

()

Source from the content-addressed store, hash-verified

81 Compare(JSON) (int, error)
82 // Type returns the JSON type.
83 Type() Type
84 // Format writes out the JSON document to the specified buffer.
85 Format(buf *bytes.Buffer)
86 // Size returns the size of the JSON document in bytes.

Callers 15

TypeCheckMethod · 0.65
ContainsFunction · 0.65
preprocessForContainsMethod · 0.65
CompareMethod · 0.65
ExistsMethod · 0.65
EncodeJSONFunction · 0.65
CompareMethod · 0.65
CompareMethod · 0.65
CompareMethod · 0.65
CompareMethod · 0.65
CompareMethod · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected