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

Method getBottomNameSQL

src/Client/BuzzHouse/Generator/SQLCatalog.cpp:1021–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021String ColumnPathChain::getBottomNameSQL() const
1022{
1023 return "`" + escapeSQLString(getBottomName(), '`') + "`";
1024}
1025
1026SQLType * ColumnPathChain::getBottomType() const
1027{

Callers 4

tableOrFunctionRefMethod · 0.80
generateInsertToTableMethod · 0.80
getTableStructureMethod · 0.80
joinedTableOrFunctionMethod · 0.80

Calls 1

escapeSQLStringFunction · 0.85

Tested by

no test coverage detected