#pragma once #include namespace DB { String queryToString(const ASTPtr & query); String queryToString(const IAST & query); }