mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
b2cfa70541
481 -> 230
14 lines
130 B
C++
14 lines
130 B
C++
#pragma once
|
|
|
|
#include <Parsers/IAST_fwd.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
struct FunctionNameNormalizer
|
|
{
|
|
static void visit(IAST *);
|
|
};
|
|
|
|
}
|