clickhouse: fixed parser [#CONV-6766].

This commit is contained in:
Michael Kolupaev 2013-02-21 10:45:00 +00:00
parent 63b2d9cc82
commit 625d207ac5

View File

@ -57,6 +57,8 @@ void formatAST(const IAST & ast, std::ostream & s, size_t indent, bool hilite, b
DISPATCH(SetQuery)
DISPATCH(OptimizeQuery)
DISPATCH(ExistsQuery)
DISPATCH(ShowCreateQuery)
DISPATCH(DescribeQuery)
DISPATCH(ExpressionList)
DISPATCH(Function)
DISPATCH(Identifier)