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

Function initArrayToString

server/functions/array_to_string.go:28–31  ·  view source on GitHub ↗

initArrayToString registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

26
27// initArrayToString registers the functions to the catalog.
28func initArrayToString() {
29 framework.RegisterFunction(array_to_string_anyarray_text)
30 framework.RegisterFunction(array_to_string_anyarray_text_text)
31}
32
33// array_to_string_anyarray_text represents the PostgreSQL array function taking 2 parameters.
34var array_to_string_anyarray_text = framework.Function2{

Callers 1

InitFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected