ClickHouse/src/Storages/Utils.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
188 B
C++
Raw Normal View History

2024-05-22 04:35:25 +00:00
#pragma once
#include <Common/CurrentMetrics.h>
#include <Storages/IStorage_fwd.h>
2024-05-22 05:34:38 +00:00
namespace DB
{
CurrentMetrics::Metric getAttachedCounterForStorage(const StoragePtr & storage);
}