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

Function initArrayToJson

server/functions/array_to_json.go:30–33  ·  view source on GitHub ↗

initArrayToJson registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

28
29// initArrayToJson registers the functions to the catalog.
30func initArrayToJson() {
31 framework.RegisterFunction(array_to_json_anyarray)
32 framework.RegisterFunction(array_to_json_anyarray_bool)
33}
34
35// array_to_json_anyarray represents the PostgreSQL function of the same name, taking the same parameters.
36var array_to_json_anyarray = framework.Function1{

Callers 1

InitFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected