blob: 1be5d4fc9d45a1c01511aa6d0a0bb3d1af970196 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
 | #pragma once
#include "layers_fwd.h"
#include <yql/essentials/ast/yql_expr.h>
namespace NYql::NLayers {
TMaybe<TVector<TLocations>> RemoveDuplicates(const TVector<std::pair<TKey, const TLayerInfo*>>& layers, TStringBuf system, const TString& cluster, TExprContext& ctx);
}
 |