aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/mkql_block_agg_count.h
blob: 56795c695e89ae8949f8e4145579dd5ffc12d83f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "mkql_block_agg_factory.h"

namespace NKikimr {
namespace NMiniKQL {

std::unique_ptr<IBlockAggregatorFactory> MakeBlockCountAllFactory();
std::unique_ptr<IBlockAggregatorFactory> MakeBlockCountFactory();

}
}