#pragma once #include #include namespace DB { ASTPtr tryGetTableOverride(const String & mapped_database, const String & table); }