#pragma once #include #include DB::DiskPtr createDisk(const std::string & path = "tmp/"); void destroyDisk(DB::DiskPtr & disk);