#pragma once #include #include #include namespace DB { namespace DiskFomAST { void ensureDiskIsNotCustom(const std::string & name, ContextPtr context); std::string createCustomDisk(const ASTPtr & disk_function, ContextPtr context, bool attach); } }