VariadicIndex returns the index of the variadic parameter, if it exists, or -1 otherwise
()
| 32 | GetParameters() []*pgtypes.DoltgresType |
| 33 | // VariadicIndex returns the index of the variadic parameter, if it exists, or -1 otherwise |
| 34 | VariadicIndex() int |
| 35 | // GetExpectedParameterCount returns the number of parameters that are valid for this function. |
| 36 | GetExpectedParameterCount() int |
| 37 | // NonDeterministic returns whether the function is non-deterministic. |
no outgoing calls
no test coverage detected