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

Function initArrayUpper

server/functions/array_upper.go:25–27  ·  view source on GitHub ↗

initArrayUpper registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

23
24// initArrayUpper registers the functions to the catalog.
25func initArrayUpper() {
26 framework.RegisterFunction(array_upper_anyarray_int32)
27}
28
29// array_upper_anyarray_int32 represents the PostgreSQL function of the same name, taking the same parameters.
30var array_upper_anyarray_int32 = framework.Function2{

Callers 1

InitFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected