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

}
}