mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +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);
|
|
}
|