initArrayPosition registers the functions to the catalog.
()
| 23 | |
| 24 | // initArrayPosition registers the functions to the catalog. |
| 25 | func 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. |
| 32 | var array_position_anyarray_anyelement = framework.Function2{ |
no test coverage detected