Method
GetName
GetName returns the name of the function. The name is case-insensitive, so the casing does not matter.
()
Source from the content-addressed store, hash-verified
| 26 | type FunctionInterface interface { |
| 27 | // GetName returns the name of the function. The name is case-insensitive, so the casing does not matter. |
| 28 | GetName() string |
| 29 | // GetReturn returns the return type. |
| 30 | GetReturn() *pgtypes.DoltgresType |
| 31 | // GetParameters returns the parameter types for the function. |
Implementers 13
CFunctionserver/functions/framework/c_function. Function0server/functions/framework/functions.g Function1server/functions/framework/functions.g Function2server/functions/framework/functions.g Function3server/functions/framework/functions.g Function4server/functions/framework/functions.g Function5server/functions/framework/functions.g Function6server/functions/framework/functions.g Function7server/functions/framework/functions.g
Tested by
no test coverage detected