aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/mkql_element.h
blob: 01fd21dc3d607ed8ff9274d8b2f3adb936c50be3 (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* WrapNth(TCallable& callable, const TComputationNodeFactoryContext& ctx);
IComputationNode* WrapMember(TCallable& callable, const TComputationNodeFactoryContext& ctx);

}
}