MCPcopy Create free account
hub / github.com/dolthub/doltgresql / GetName

Method GetName

server/functions/framework/functions.go:28–28  ·  view source on GitHub ↗

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

26type 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.

Callers 2

AddMethod · 0.65
InitFunction · 0.65

Implementers 13

SQLFunctionserver/functions/framework/sql_functio
CFunctionserver/functions/framework/c_function.
Function0server/functions/framework/functions.g
Function1server/functions/framework/functions.g
Function1Nserver/functions/framework/functions.g
Function2server/functions/framework/functions.g
Function2Nserver/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

Calls

no outgoing calls

Tested by

no test coverage detected