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

Method GetParameters

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

GetParameters returns the parameter types for the function.

()

Source from the content-addressed store, hash-verified

30 GetReturn() *pgtypes.DoltgresType
31 // GetParameters returns the parameter types for the function.
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.

Callers 3

AddMethod · 0.65
overloadsForParamsMethod · 0.65
validateFunctionFunction · 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