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

}
}