Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#pragma once
#include <base/types.h>
namespace DB
{
class ASTStorage;
String getDiskName(ASTStorage & storage_def);
}