#include #include namespace { struct HorizontalImpl { static constexpr auto Kind = DB::ExtractAllGroupsResultKind::HORIZONTAL; static constexpr auto Name = "extractAllGroupsHorizontal"; }; } namespace DB { REGISTER_FUNCTION(ExtractAllGroupsHorizontal) { factory.registerFunction>(); } }