initArrayUpper registers the functions to the catalog.
()
| 23 | |
| 24 | // initArrayUpper registers the functions to the catalog. |
| 25 | func initArrayUpper() { |
| 26 | framework.RegisterFunction(array_upper_anyarray_int32) |
| 27 | } |
| 28 | |
| 29 | // array_upper_anyarray_int32 represents the PostgreSQL function of the same name, taking the same parameters. |
| 30 | var array_upper_anyarray_int32 = framework.Function2{ |
no test coverage detected