mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
9 lines
167 B
C++
9 lines
167 B
C++
#pragma once
|
|
#include <Parsers/IAST_fwd.h>
|
|
#include <Core/Types.h>
|
|
|
|
namespace DB
|
|
{
|
|
ASTPtr tryGetTableOverride(const String & mapped_database, const String & table);
|
|
}
|