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

Function initAnyArray

server/functions/anyarray.go:25–30  ·  view source on GitHub ↗

initAnyArray registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

23
24// initAnyArray registers the functions to the catalog.
25func initAnyArray() {
26 framework.RegisterFunction(anyarray_in)
27 framework.RegisterFunction(anyarray_out)
28 framework.RegisterFunction(anyarray_recv)
29 framework.RegisterFunction(anyarray_send)
30}
31
32// anyarray_in represents the PostgreSQL function of anyarray type IO input.
33var anyarray_in = framework.Function1{

Callers 1

initTypeFunctionsFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected