aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/mkql_ensure.h
blob: af4e1611fc14a40935ee8f19c0a43243c0111f2d (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* WrapEnsure(TCallable& callable, const TComputationNodeFactoryContext& ctx);

}
}