aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Parsers/queryToString.h
blob: 873de218293e608058654fc3871f8a333aa7e37e (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <Parsers/IAST.h>

namespace DB
{
    String queryToString(const ASTPtr & query);
    String queryToString(const IAST & query);
}