#pragma once #include namespace DB { struct ASTShowPrivilegesIDAndQueryName { static constexpr auto ID = "ShowPrivilegesQuery"; static constexpr auto Query = "SHOW PRIVILEGES"; }; using ASTShowPrivilegesQuery = ASTQueryWithOutputImpl; }