MCPcopy 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
41String typeToString(const DataTypePtr & type) { return type->getName(); }
42String typeToString(const TypeIndex & type) { return String(magic_enum::enum_name(type)); }
43
44template <typename DataTypes>

Callers 7

typeToStringMethod · 0.50
writeTextMethod · 0.50
readTextMethod · 0.50
getDescriptionForLogsMethod · 0.50
parseImplMethod · 0.50
formatImplMethod · 0.50

Calls 2

StringClass · 0.50
getNameMethod · 0.45

Tested by

no test coverage detected