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

Function initArrayPosition

server/functions/array_position.go:25–29  ·  view source on GitHub ↗

initArrayPosition registers the functions to the catalog.

()

Source from the content-addressed store, hash-verified

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

Callers 1

InitFunction · 0.85

Calls 1

RegisterFunctionFunction · 0.92

Tested by

no test coverage detected