#pragma once #include #include namespace DB { std::unique_ptr createWorkloadEntityStorage(const ContextMutablePtr & global_context); }