#pragma once #include #include namespace DB { struct FunctionNameNormalizer { static void visit(IAST *); }; }