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

Function initAnyNonArray

server/functions/anynonarray.go:25–28  ·  view source on GitHub ↗

initAnyNonArray registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

23
24// initAnyNonArray registers the functions to the catalog.
25func initAnyNonArray() {
26 framework.RegisterFunction(anynonarray_in)
27 framework.RegisterFunction(anynonarray_out)
28}
29
30// anynonarray_in represents the PostgreSQL function of anynonarray type IO input.
31var anynonarray_in = framework.Function1{

Callers 1

initTypeFunctionsFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected