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

Method Exists

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

Exists implements the `?` operator.

(string)

Source from the content-addressed store, hash-verified

133
134 // Exists implements the `?` operator.
135 Exists(string) (bool, error)
136
137 // StripNulls returns the JSON document with all object fields that have null values omitted
138 // and whether it needs to strip nulls. Stripping nulls is needed only if it contains some

Callers 7

ExistsMethod · 0.65
setupDataDirFunction · 0.65
loadServerConfigFunction · 0.65
RewriteCopyToLocalFunction · 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