Inline GatherUtils algorithms.

This commit is contained in:
Nikolai Kochetov 2020-09-14 17:44:08 +03:00
parent 765c8604c9
commit d2cd2775eb

View File

@ -4,11 +4,12 @@
#include "Selectors.h"
#include "Algorithms.h"
namespace DB::GatherUtils
{
namespace
{
namespace DB::GatherUtils
{
struct SliceDynamicOffsetBoundedSelectArraySource : public ArraySinkSourceSelector<SliceDynamicOffsetBoundedSelectArraySource>
{
template <typename Source, typename Sink>