aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/providers/common/comp_nodes/yql_makecode.h
blob: 324d1c2f90aabcbdb0aa18974e23cc2010a0e285 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include <yql/essentials/minikql/computation/mkql_computation_node.h>
#include <yql/essentials/ast/yql_expr.h>

namespace NKikimr {
namespace NMiniKQL {

template <NYql::TExprNode::EType Type>
IComputationNode* WrapMakeCode(TCallable& callable, const TComputationNodeFactoryContext& ctx, ui32 exprCtxMutableIndex);

}
}