#pragma once #include namespace DB { struct ASTShowAccessQueryNames { static constexpr auto ID = "ShowAccessQuery"; static constexpr auto Query = "SHOW ACCESS"; }; using ASTShowAccessQuery = ASTQueryWithOutputImpl; }