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

Method Compare

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

Source from the content-addressed store, hash-verified

79 fmt.Stringer
80
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.

Callers 15

TestWriterOrderFunction · 0.65
CompareMethod · 0.65
checkArrayContainsScalarFunction · 0.65
preprocessForContainsMethod · 0.65
containsMethod · 0.65
containsMethod · 0.65
CompareMethod · 0.65
LessMethod · 0.65
CompareMethod · 0.65
CompareMethod · 0.65
UniquifyByteSlicesFunction · 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 1

TestWriterOrderFunction · 0.52