ClickHouse/src/Storages/System/StorageSystemDetachedParts.h

11 lines
108 B
C++
Raw Normal View History

#pragma once
#include <Storages/IStorage_fwd.h>
namespace DB
{
StoragePtr createDetachedPartsTable();
}