initArrayToJson registers the functions to the catalog.
()
| 28 | |
| 29 | // initArrayToJson registers the functions to the catalog. |
| 30 | func initArrayToJson() { |
| 31 | framework.RegisterFunction(array_to_json_anyarray) |
| 32 | framework.RegisterFunction(array_to_json_anyarray_bool) |
| 33 | } |
| 34 | |
| 35 | // array_to_json_anyarray represents the PostgreSQL function of the same name, taking the same parameters. |
| 36 | var array_to_json_anyarray = framework.Function1{ |
no test coverage detected