Skip to content

Commit

Permalink
Added forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Feb 16, 2024
1 parent 9e352ee commit dc962e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ydb/library/yql/providers/yt/provider/yql_yt_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "yql_yt_table_desc.h"
#include "yql_yt_table.h"

#include <ydb/library/yql/providers/common/proto/gateways_config.pb.h>
#include <ydb/library/yql/providers/yt/common/yql_yt_settings.h>
#include <ydb/library/yql/providers/yt/lib/row_spec/yql_row_spec.h>
#include <ydb/library/yql/dq/integration/yql_dq_integration.h>
Expand Down Expand Up @@ -112,7 +111,7 @@ struct TYtState : public TThrRefBase {
std::unordered_map<ui64, ui32> EpochEvalStates_;
};


class TYtGatewayConfig;
std::pair<TIntrusivePtr<TYtState>, TStatWriter> CreateYtNativeState(IYtGateway::TPtr gateway, const TString& userName, const TString& sessionId, const TYtGatewayConfig* ytGatewayConfig, TIntrusivePtr<TTypeAnnotationContext> typeCtx);
TIntrusivePtr<IDataProvider> CreateYtDataSource(TYtState::TPtr state);
TIntrusivePtr<IDataProvider> CreateYtDataSink(TYtState::TPtr state);
Expand Down

0 comments on commit dc962e1

Please sign in to comment.