aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/mkql_block_coalesce.h
blob: 247af26251726c442fc5dfa6f98f9489bee13ebe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <yql/essentials/minikql/computation/mkql_computation_node.h>

namespace NKikimr {
namespace NMiniKQL {

IComputationNode* WrapBlockCoalesce(TCallable& callable, const TComputationNodeFactoryContext& ctx);

}
}