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

Function initArrayLength

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

initArrayLength registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

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

Callers 1

InitFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected