MCPcopy 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
100String BoolType::typeName(const bool, const bool) const
101{
102 return "Bool";
103}
104
105String BoolType::MySQLtypeName(RandomGenerator &, const bool) const
106{

Callers 11

tableOrFunctionRefMethod · 0.80
generateInsertToTableMethod · 0.80
generateExpressionMethod · 0.80
getTableStructureMethod · 0.80
appendRandomRawValueMethod · 0.80
bottomTypeMethod · 0.80
strAppendAnyValueMethod · 0.80
generateExportQueryMethod · 0.80
addRandomRelationMethod · 0.80
joinedTableOrFunctionMethod · 0.80

Calls 5

appendAggrParamsFunction · 0.85
formatFunction · 0.50
to_stringFunction · 0.50
valueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected