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

namespace NKikimr {
namespace NMiniKQL {

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

}
}