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

}
}