Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ typeName
Method
typeName
src/Client/BuzzHouse/Generator/SQLTypes.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
String BoolType::typeName(const bool, const bool) const
101
{
102
return
"Bool"
;
103
}
104
105
String BoolType::MySQLtypeName(RandomGenerator &, const bool) const
106
{
Callers
11
tableOrFunctionRef
Method · 0.80
generateInsertToTable
Method · 0.80
generateExpression
Method · 0.80
getTableStructure
Method · 0.80
appendRandomRawValue
Method · 0.80
bottomType
Method · 0.80
strAppendAnyValue
Method · 0.80
performTableIntegration
Method · 0.80
generateExportQuery
Method · 0.80
addRandomRelation
Method · 0.80
joinedTableOrFunction
Method · 0.80
Calls
5
appendAggrParams
Function · 0.85
format
Function · 0.50
to_string
Function · 0.50
value
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected