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

namespace NKikimr {
namespace NMiniKQL {

template <bool AnnotatePosition>
IComputationNode* WrapFormatCode(TCallable& callable, const TComputationNodeFactoryContext& ctx, ui32 exprCtxMutableIndex);

IComputationNode* WrapSerializeCode(TCallable& callable, const TComputationNodeFactoryContext& ctx, ui32 exprCtxMutableIndex);

}
}