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

Method Concat

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

Concat implements the `||` operator.

(other JSON)

Source from the content-addressed store, hash-verified

127
128 // Concat implements the `||` operator.
129 Concat(other JSON) (JSON, error)
130
131 // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil.
132 AsText() (*string, error)

Callers 1

ConcatMethod · 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