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