MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / preprocessForContains

Method preprocessForContains

pkg/util/json/json.go:136–136  ·  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

134 // preprocessForContains converts a JSON document to an internal interface
135 // which is used to efficiently implement the @> operator.
136 preprocessForContains() (containsable, error)
137
138 // encode appends the encoding of the JSON document to appendTo, returning
139 // 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

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected