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

Method preprocessForContains

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

preprocessForContains converts a JSON document to an internal interface which is used to efficiently implement the @> operator.

()

Source from the content-addressed store, hash-verified

149 // preprocessForContains converts a JSON document to an internal interface
150 // which is used to efficiently implement the @> operator.
151 preprocessForContains() (containsable, error)
152
153 // encode appends the encoding of the JSON document to appendTo, returning
154 // the result alongside the JEntry for the document. Note that some values

Callers 4

ContainsFunction · 0.65
preprocessForContainsMethod · 0.65
preprocessForContainsMethod · 0.65
preprocessForContainsMethod · 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