Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ typeToString
Function
typeToString
src/DataTypes/getLeastSupertype.cpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
{
40
41
String typeToString(const DataTypePtr & type) { return type->getName(); }
42
String typeToString(const TypeIndex & type) { return String(magic_enum::enum_name(type)); }
43
44
template <typename DataTypes>
Callers
7
getExceptionMessagePrefix
Function · 0.70
typeToString
Method · 0.50
writeText
Method · 0.50
readText
Method · 0.50
getDescriptionForLogs
Method · 0.50
parseImpl
Method · 0.50
formatImpl
Method · 0.50
Calls
2
String
Class · 0.50
getName
Method · 0.45
Tested by
no test coverage detected