mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
11 lines
188 B
C++
11 lines
188 B
C++
#pragma once
|
|
|
|
#include <Common/CurrentMetrics.h>
|
|
#include <Storages/IStorage_fwd.h>
|
|
|
|
|
|
namespace DB
|
|
{
|
|
CurrentMetrics::Metric getAttachedCounterForStorage(const StoragePtr & storage);
|
|
}
|