MCPcopy Create free account
hub / github.com/duckdb/duckdb / ToString

Method ToString

src/function/function.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55string SimpleFunction::ToString() const {
56 return Function::CallToString(catalog_name, schema_name, name, arguments, varargs);
57}
58
59bool SimpleFunction::HasVarArgs() const {
60 return varargs.id() != LogicalTypeId::INVALID;

Callers 15

ToSQLMethod · 0.45
ToSQLMethod · 0.45
CallToStringMethod · 0.45
FormatMacroFunctionFunction · 0.45
ToSQLMethod · 0.45
InferTemplateTypeFunction · 0.45
ColumnArrowToDuckDBMethod · 0.45
SetSelectionVectorFunction · 0.45
CSVSniffBindFunction · 0.45
CSVSniffFunctionFunction · 0.45

Calls

no outgoing calls

Tested by 2

GenerateValuesMethod · 0.36
GenerateVectorMethod · 0.36