Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1021
String ColumnPathChain::getBottomNameSQL() const
1022
{
1023
return
"`"
+ escapeSQLString(getBottomName(),
'`'
) +
"`"
;
1024
}
1025
1026
SQLType * ColumnPathChain::getBottomType() const
1027
{
Callers
4
tableOrFunctionRef
Method · 0.80
generateInsertToTable
Method · 0.80
getTableStructure
Method · 0.80
joinedTableOrFunction
Method · 0.80
Calls
1
escapeSQLString
Function · 0.85
Tested by
no test coverage detected