mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
9 lines
120 B
C++
9 lines
120 B
C++
|
#pragma once
|
||
|
|
||
|
#include <Parsers/IAST_fwd.h>
|
||
|
|
||
|
namespace DB
|
||
|
{
|
||
|
ASTPtr extractKeyExpressionList(const ASTPtr & node);
|
||
|
}
|