MCPcopy Create free account
hub / github.com/ByConity/ByConity / getQuotedTable

Function getQuotedTable

programs/copier/Internals.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42String getQuotedTable(const String & database, const String & table)
43{
44 if (database.empty())
45 return backQuoteIfNeed(table);
46
47 return backQuoteIfNeed(database) + "." + backQuoteIfNeed(table);
48}
49
50String getQuotedTable(const DatabaseAndTableName & db_and_table)
51{

Calls 2

backQuoteIfNeedFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected