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

Method VariadicIndex

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

VariadicIndex returns the index of the variadic parameter, if it exists, or -1 otherwise

()

Source from the content-addressed store, hash-verified

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.

Callers 2

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