#pragma once #include "mkql_block_agg_factory.h" namespace NKikimr { namespace NMiniKQL { std::unique_ptr<IBlockAggregatorFactory> MakeBlockCountAllFactory(); std::unique_ptr<IBlockAggregatorFactory> MakeBlockCountFactory(); } }