MCPcopy Create free account
hub / github.com/apache/cloudberry / func_signature_string

Function func_signature_string

src/backend/parser/parse_func.c:2084–2090  ·  view source on GitHub ↗

* func_signature_string * As above, but function name is passed as a qualified name list. */

Source from the content-addressed store, hash-verified

2082 * As above, but function name is passed as a qualified name list.
2083 */
2084const char *
2085func_signature_string(List *funcname, int nargs,
2086 List *argnames, const Oid *argtypes)
2087{
2088 return funcname_signature_string(NameListToString(funcname),
2089 nargs, argnames, argtypes);
2090}
2091
2092/*
2093 * LookupFuncNameInternal

Callers 15

findTypeInputFunctionFunction · 0.85
findTypeOutputFunctionFunction · 0.85
findTypeReceiveFunctionFunction · 0.85
findTypeSendFunctionFunction · 0.85
findTypeTypmodinFunctionFunction · 0.85
findTypeAnalyzeFunctionFunction · 0.85
interpret_func_supportFunction · 0.85

Calls 2

NameListToStringFunction · 0.85

Tested by

no test coverage detected