ClickHouse/src/Interpreters/getTableOverride.h

9 lines
167 B
C++
Raw Normal View History

2021-12-15 21:38:46 +00:00
#pragma once
#include <Parsers/IAST_fwd.h>
#include <Core/Types.h>
namespace DB
{
ASTPtr tryGetTableOverride(const String & mapped_database, const String & table);
}