aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/mkql_fromstring.h
blob: 1ab14f8725a112b82aa2d0e4daec8b14b609df8b (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* WrapFromString(TCallable& callable, const TComputationNodeFactoryContext& ctx);
IComputationNode* WrapStrictFromString(TCallable& callable, const TComputationNodeFactoryContext& ctx);

}
}