aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2025-01-19 19:21:59 +0300
committerbabenko <babenko@yandex-team.com>2025-01-19 19:44:40 +0300
commit73afb75a4295ec99f0c8c49ab30fbff2b7a542fe (patch)
tree6407a7b5733f48641df353cf4e9ebdae365e65ac
parent835adc542d6972883c54fe246d7238e553cb2c0c (diff)
downloadydb-73afb75a4295ec99f0c8c49ab30fbff2b7a542fe.tar.gz
Update includes: yt/yt/core/misc/range.h => library/cpp/yt/memory/range.h
commit_hash:04dbac3c16601a4685879ce4843de53aff73d1b8
-rw-r--r--yt/yt/client/api/rpc_proxy/row_stream.h3
-rw-r--r--yt/yt/client/api/rpc_proxy/wire_row_stream.cpp3
-rw-r--r--yt/yt/client/arrow/arrow_row_stream_encoder.cpp3
-rw-r--r--yt/yt/client/table_client/columnar.h3
-rw-r--r--yt/yt/client/table_client/public.h3
-rw-r--r--yt/yt/client/table_client/row_batch.h3
-rw-r--r--yt/yt/client/table_client/schema.h3
-rw-r--r--yt/yt/client/table_client/unversioned_row.cpp3
-rw-r--r--yt/yt/client/table_client/unversioned_writer.h4
-rw-r--r--yt/yt/client/table_client/versioned_writer.h2
-rw-r--r--yt/yt/client/table_client/wire_protocol.h3
-rw-r--r--yt/yt/core/concurrency/fair_share_action_queue.h4
-rw-r--r--yt/yt/core/misc/bit_packed_unsigned_vector.h3
-rw-r--r--yt/yt/core/misc/protobuf_helpers.h3
-rw-r--r--yt/yt/core/misc/range.h1
-rw-r--r--yt/yt/core/misc/range_formatters.h3
-rw-r--r--yt/yt/core/rpc/stream.h2
-rw-r--r--yt/yt/library/formats/arrow_writer.cpp3
18 files changed, 26 insertions, 26 deletions
diff --git a/yt/yt/client/api/rpc_proxy/row_stream.h b/yt/yt/client/api/rpc_proxy/row_stream.h
index 69854edcba..83f5c6552c 100644
--- a/yt/yt/client/api/rpc_proxy/row_stream.h
+++ b/yt/yt/client/api/rpc_proxy/row_stream.h
@@ -8,8 +8,7 @@
#include <yt/yt/client/table_client/row_batch.h>
-#include <yt/yt/core/misc/range.h>
-
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/ref.h>
namespace NYT::NApi::NRpcProxy {
diff --git a/yt/yt/client/api/rpc_proxy/wire_row_stream.cpp b/yt/yt/client/api/rpc_proxy/wire_row_stream.cpp
index b3ea4244f5..12b1dcf2d9 100644
--- a/yt/yt/client/api/rpc_proxy/wire_row_stream.cpp
+++ b/yt/yt/client/api/rpc_proxy/wire_row_stream.cpp
@@ -8,9 +8,10 @@
#include <yt/yt/client/table_client/wire_protocol.h>
#include <yt/yt/client/table_client/row_buffer.h>
-#include <yt/yt/core/misc/range.h>
#include <yt/yt/core/misc/protobuf_helpers.h>
+#include <library/cpp/yt/memory/range.h>
+
namespace NYT::NApi::NRpcProxy {
using namespace NTableClient;
diff --git a/yt/yt/client/arrow/arrow_row_stream_encoder.cpp b/yt/yt/client/arrow/arrow_row_stream_encoder.cpp
index 1d266f3c71..46889b2513 100644
--- a/yt/yt/client/arrow/arrow_row_stream_encoder.cpp
+++ b/yt/yt/client/arrow/arrow_row_stream_encoder.cpp
@@ -14,7 +14,8 @@
#include <yt/yt/library/formats/format.h>
#include <yt/yt/core/misc/error.h>
-#include <yt/yt/core/misc/range.h>
+
+#include <library/cpp/yt/memory/range.h>
#include <util/system/align.h>
diff --git a/yt/yt/client/table_client/columnar.h b/yt/yt/client/table_client/columnar.h
index 1ac6dcb897..94958b5d49 100644
--- a/yt/yt/client/table_client/columnar.h
+++ b/yt/yt/client/table_client/columnar.h
@@ -2,8 +2,7 @@
#include "public.h"
-#include <yt/yt/core/misc/range.h>
-
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/ref.h>
namespace NYT::NTableClient {
diff --git a/yt/yt/client/table_client/public.h b/yt/yt/client/table_client/public.h
index c397838e60..d15824f283 100644
--- a/yt/yt/client/table_client/public.h
+++ b/yt/yt/client/table_client/public.h
@@ -10,12 +10,13 @@
#include <yt/yt/client/transaction_client/public.h>
-#include <yt/yt/core/misc/range.h>
#include <yt/yt/core/misc/protobuf_helpers.h>
#include <library/cpp/yt/misc/enum.h>
#include <library/cpp/yt/misc/strong_typedef.h>
+#include <library/cpp/yt/memory/range.h>
+
#include <util/generic/size_literals.h>
namespace NYT::NTableClient {
diff --git a/yt/yt/client/table_client/row_batch.h b/yt/yt/client/table_client/row_batch.h
index 29ec2b53d5..70a7c4d97b 100644
--- a/yt/yt/client/table_client/row_batch.h
+++ b/yt/yt/client/table_client/row_batch.h
@@ -2,8 +2,7 @@
#include "public.h"
-#include <yt/yt/core/misc/range.h>
-
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/ref.h>
#include <vector>
diff --git a/yt/yt/client/table_client/schema.h b/yt/yt/client/table_client/schema.h
index 5feae632bf..ac36c07435 100644
--- a/yt/yt/client/table_client/schema.h
+++ b/yt/yt/client/table_client/schema.h
@@ -4,12 +4,13 @@
#include <yt/yt/core/misc/error.h>
#include <yt/yt/core/misc/property.h>
-#include <yt/yt/core/misc/range.h>
#include <yt/yt/core/yson/public.h>
#include <yt/yt/core/ytree/public.h>
+#include <library/cpp/yt/memory/range.h>
+
#include <util/digest/multi.h>
namespace NYT::NTableClient {
diff --git a/yt/yt/client/table_client/unversioned_row.cpp b/yt/yt/client/table_client/unversioned_row.cpp
index d4efe027b2..5cff922a3c 100644
--- a/yt/yt/client/table_client/unversioned_row.cpp
+++ b/yt/yt/client/table_client/unversioned_row.cpp
@@ -11,8 +11,6 @@
#include <yt/yt/library/decimal/decimal.h>
-#include <yt/yt/core/misc/range.h>
-
#include <yt/yt/core/yson/consumer.h>
#include <yt/yt/core/ytree/attributes.h>
@@ -21,6 +19,7 @@
#include <library/cpp/yt/misc/hash.h>
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/tls_scratch.h>
#include <library/cpp/yt/farmhash/farm_hash.h>
diff --git a/yt/yt/client/table_client/unversioned_writer.h b/yt/yt/client/table_client/unversioned_writer.h
index 22814d3b0b..3099b3faf1 100644
--- a/yt/yt/client/table_client/unversioned_writer.h
+++ b/yt/yt/client/table_client/unversioned_writer.h
@@ -6,10 +6,10 @@
#include <yt/yt/core/actions/future.h>
-#include <yt/yt/core/misc/range.h>
-
#include <yt/yt/core/crypto/crypto.h>
+#include <library/cpp/yt/memory/range.h>
+
namespace NYT::NTableClient {
////////////////////////////////////////////////////////////////////////////////
diff --git a/yt/yt/client/table_client/versioned_writer.h b/yt/yt/client/table_client/versioned_writer.h
index 8d5a82452a..51c8eba676 100644
--- a/yt/yt/client/table_client/versioned_writer.h
+++ b/yt/yt/client/table_client/versioned_writer.h
@@ -4,7 +4,7 @@
#include <yt/yt/client/chunk_client/writer_base.h>
-#include <yt/yt/core/misc/range.h>
+#include <library/cpp/yt/memory/range.h>
namespace NYT::NTableClient {
diff --git a/yt/yt/client/table_client/wire_protocol.h b/yt/yt/client/table_client/wire_protocol.h
index eec6bb7ed8..f701aaa49e 100644
--- a/yt/yt/client/table_client/wire_protocol.h
+++ b/yt/yt/client/table_client/wire_protocol.h
@@ -11,14 +11,13 @@
#include <yt/yt_proto/yt/client/table_chunk_format/proto/wire_protocol.pb.h>
-#include <yt/yt/core/misc/range.h>
-
#include <yt/yt/core/compression/public.h>
#include <yt/yt/core/logging/log.h>
#include <library/cpp/yt/misc/enum.h>
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/ref.h>
namespace NYT::NTableClient {
diff --git a/yt/yt/core/concurrency/fair_share_action_queue.h b/yt/yt/core/concurrency/fair_share_action_queue.h
index 195bde5461..aa0a1b7dff 100644
--- a/yt/yt/core/concurrency/fair_share_action_queue.h
+++ b/yt/yt/core/concurrency/fair_share_action_queue.h
@@ -4,12 +4,12 @@
#include <yt/yt/core/actions/callback.h>
-#include <yt/yt/core/misc/range.h>
-
#include <yt/yt/core/profiling/public.h>
#include <yt/yt/core/threading/thread.h>
+#include <library/cpp/yt/memory/range.h>
+
namespace NYT::NConcurrency {
////////////////////////////////////////////////////////////////////////////////
diff --git a/yt/yt/core/misc/bit_packed_unsigned_vector.h b/yt/yt/core/misc/bit_packed_unsigned_vector.h
index 4f95561267..8221f6053d 100644
--- a/yt/yt/core/misc/bit_packed_unsigned_vector.h
+++ b/yt/yt/core/misc/bit_packed_unsigned_vector.h
@@ -1,7 +1,6 @@
#pragma once
-#include "range.h"
-
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/ref.h>
namespace NYT {
diff --git a/yt/yt/core/misc/protobuf_helpers.h b/yt/yt/core/misc/protobuf_helpers.h
index 1f2d3857f7..050774bff7 100644
--- a/yt/yt/core/misc/protobuf_helpers.h
+++ b/yt/yt/core/misc/protobuf_helpers.h
@@ -3,7 +3,6 @@
#include "guid.h"
#include "mpl.h"
#include "object_pool.h"
-#include "range.h"
#include "serialize.h"
#include <yt/yt/core/compression/public.h>
@@ -18,6 +17,8 @@
#include <library/cpp/yt/misc/strong_typedef.h>
#include <library/cpp/yt/misc/static_initializer.h>
+#include <library/cpp/yt/memory/range.h>
+
#include <google/protobuf/duration.pb.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
diff --git a/yt/yt/core/misc/range.h b/yt/yt/core/misc/range.h
deleted file mode 100644
index 6b08660f75..0000000000
--- a/yt/yt/core/misc/range.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <library/cpp/yt/memory/range.h>
diff --git a/yt/yt/core/misc/range_formatters.h b/yt/yt/core/misc/range_formatters.h
index eebe9da441..76e09f3b51 100644
--- a/yt/yt/core/misc/range_formatters.h
+++ b/yt/yt/core/misc/range_formatters.h
@@ -1,10 +1,11 @@
#pragma once
-#include "range.h"
#include "shared_range.h"
#include <library/cpp/yt/string/format.h>
+#include <library/cpp/yt/memory/range.h>
+
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
diff --git a/yt/yt/core/rpc/stream.h b/yt/yt/core/rpc/stream.h
index c7d765c88e..ae1ddd4122 100644
--- a/yt/yt/core/rpc/stream.h
+++ b/yt/yt/core/rpc/stream.h
@@ -5,7 +5,6 @@
#include <yt/yt/core/concurrency/async_stream.h>
#include <yt/yt/core/concurrency/delayed_executor.h>
-#include <yt/yt/core/misc/range.h>
#include <yt/yt/core/misc/ring_queue.h>
#include <yt/yt/core/misc/sliding_window.h>
@@ -14,6 +13,7 @@
#include <yt/yt/core/compression/public.h>
+#include <library/cpp/yt/memory/range.h>
#include <library/cpp/yt/memory/ref.h>
#include <library/cpp/yt/threading/spin_lock.h>
diff --git a/yt/yt/library/formats/arrow_writer.cpp b/yt/yt/library/formats/arrow_writer.cpp
index 0ffc0289c3..c958f14140 100644
--- a/yt/yt/library/formats/arrow_writer.cpp
+++ b/yt/yt/library/formats/arrow_writer.cpp
@@ -20,7 +20,8 @@
#include <yt/yt/core/misc/blob_output.h>
#include <yt/yt/core/misc/error.h>
-#include <yt/yt/core/misc/range.h>
+
+#include <library/cpp/yt/memory/range.h>
#include <vector>