mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
add include
This commit is contained in:
parent
ef863a7942
commit
ee6ef29538
@ -8,9 +8,10 @@ namespace DB
|
||||
|
||||
NamesAndTypesList CacheLogElement::getNamesAndTypes()
|
||||
{
|
||||
return {{"query_id", std::make_shared<DataTypeString>()},
|
||||
return {
|
||||
{"query_id", std::make_shared<DataTypeString>()},
|
||||
{"hit_count", std::make_shared<DataTypeUInt64>()},
|
||||
{"miss_count", std::make_shared<DataTypeUInt64>()}},
|
||||
{"miss_count", std::make_shared<DataTypeUInt64>()}};
|
||||
}
|
||||
|
||||
void CacheLogElement::appendToBlock(MutableColumns & columns) const
|
||||
|
Loading…
Reference in New Issue
Block a user