IsStrict returns whether the function is STRICT, which means if any parameter is NULL, then it returns NULL. Otherwise, if it's not, the NULL input must be handled by user.
()
| 42 | // IsStrict returns whether the function is STRICT, which means if any parameter is NULL, then it returns NULL. |
| 43 | // Otherwise, if it's not, the NULL input must be handled by user. |
| 44 | IsStrict() bool |
| 45 | // IsSRF returns whether the function is a set returning function, meaning whether the |
| 46 | // function returns one or more rows as a result. |
| 47 | IsSRF() bool |
no outgoing calls
no test coverage detected