diff options
Diffstat (limited to 'yt/yql/providers/yt/provider/yql_yt_helpers.h')
-rw-r--r-- | yt/yql/providers/yt/provider/yql_yt_helpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt/yql/providers/yt/provider/yql_yt_helpers.h b/yt/yql/providers/yt/provider/yql_yt_helpers.h index 61a1c4bab5..3a821b16d9 100644 --- a/yt/yql/providers/yt/provider/yql_yt_helpers.h +++ b/yt/yql/providers/yt/provider/yql_yt_helpers.h @@ -90,12 +90,12 @@ NNodes::TYtPath CopyOrTrivialMap(TPositionHandle pos, NNodes::TExprBase world, N const TCopyOrTrivialMapOpts& opts); bool IsOutputUsedMultipleTimes(const TExprNode& op, const TParentsMap& parentsMap); -TMaybe<TVector<ui64>> EstimateDataSize(const TString& cluster, const TVector<TYtPathInfo::TPtr>& paths, +TMaybe<TVector<ui64>> EstimateDataSize( const TVector<TYtPathInfo::TPtr>& paths, const TMaybe<TVector<TString>>& columns, const TYtState& state, TExprContext& ctx); IGraphTransformer::TStatus TryEstimateDataSize(IYtGateway::TPathStatResult& result, TSet<TString>& requestedColumns, - const TString& cluster, const TVector<TYtPathInfo::TPtr>& paths, + const TVector<TYtPathInfo::TPtr>& paths, const TMaybe<TVector<TString>>& columns, const TYtState& state, TExprContext& ctx); -TMaybe<NYT::TRichYPath> BuildYtPathForStatRequest(const TString& cluster, const TYtPathInfo& pathInfo, +TMaybe<NYT::TRichYPath> BuildYtPathForStatRequest(const TYtPathInfo& pathInfo, const TMaybe<TVector<TString>>& overrideColumns, const TYtState& state, TExprContext& ctx); NNodes::TYtSection UpdateInputFields(NNodes::TYtSection section, NNodes::TExprBase fields, TExprContext& ctx); |