MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / empty

Method empty

src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool UserDefinedSQLFunctionFactory::empty() const
273{
274 return getContext()->getUserDefinedSQLObjectsStorage().empty();
275}
276
277void UserDefinedSQLFunctionFactory::backup(BackupEntriesCollector & backup_entries_collector, const String & data_path_in_backup) const
278{

Callers 15

extractProviderErrorFunction · 0.45
callMethod · 0.45
embedMethod · 0.45
extractProviderErrorFunction · 0.45
AnthropicProviderMethod · 0.45
callMethod · 0.45
tryToReplaceFunctionMethod · 0.45
loadObjectsImplMethod · 0.45
executeOnBlockMethod · 0.45
executeMethod · 0.45
getArgumentsBlockMethod · 0.45
prepareFunctionMethod · 0.45

Calls 1

getContextFunction · 0.50

Tested by 13

runTestFunction · 0.36
runTestUTF8Function · 0.36
TESTFunction · 0.36
listTestableFunctionsFunction · 0.36
reportProblemMethod · 0.36
hasProblemMethod · 0.36
mergeMethod · 0.36
describeMethod · 0.36
pickRandomArgMethod · 0.36
executeFunctionMethod · 0.36
TESTFunction · 0.36