aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/fwd.h
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2025-01-15 20:17:09 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2025-01-15 21:21:14 +0300
commitbb37d56338bace93813adc51a61936a19acc8edc (patch)
tree3d771660421001c994e2baf9a40b409d06c7a24b /yt/cpp/mapreduce/interface/fwd.h
parent9a04c0af35c6a47061b3699089da07acfcf14587 (diff)
downloadydb-bb37d56338bace93813adc51a61936a19acc8edc.tar.gz
YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest interface
commit_hash:9e6c556686dda1562697762d38da532dc5c87b80
Diffstat (limited to 'yt/cpp/mapreduce/interface/fwd.h')
-rw-r--r--yt/cpp/mapreduce/interface/fwd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/fwd.h b/yt/cpp/mapreduce/interface/fwd.h
index 162a6ee3e9..9dcdf3789a 100644
--- a/yt/cpp/mapreduce/interface/fwd.h
+++ b/yt/cpp/mapreduce/interface/fwd.h
@@ -399,6 +399,13 @@ namespace NYT {
using IRetryConfigProviderPtr = ::TIntrusivePtr<IRetryConfigProvider>;
////////////////////////////////////////////////////////////////////////////////
+ // raw_batch_request.h
+ ////////////////////////////////////////////////////////////////////////////////
+
+ class IRawBatchRequest;
+ using IRawBatchRequestPtr = ::TIntrusivePtr<IRawBatchRequest>;
+
+ ////////////////////////////////////////////////////////////////////////////////
// raw_client.h
////////////////////////////////////////////////////////////////////////////////