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

}
}