aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/computation/mkql_computation_node_graph_saveload.h
blob: 55564400f2da58b6c26e4958d3249d1903df0fec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "mkql_computation_node.h"

namespace NKikimr {
namespace NMiniKQL {

void SaveGraphState(const NUdf::TUnboxedValue* roots, ui32 rootCount, ui64 hash, TString& out);

void LoadGraphState(const NUdf::TUnboxedValue* roots, ui32 rootCount, ui64 hash, const TStringBuf& in);

} // namespace NMiniKQL
} // namespace NKikimr