summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/common.h
diff options
context:
space:
mode:
authornadya73 <[email protected]>2023-09-06 19:42:18 +0300
committernadya73 <[email protected]>2023-09-06 20:02:49 +0300
commit5dff1fa32117ff242e380e16314bae6fd67651f9 (patch)
treea73a67e08b2f6e7d5cd86aac63b032292eb98254 /yt/cpp/mapreduce/interface/common.h
parent51bf017cf9f9a61f1970cf462a9e400a3c71f151 (diff)
[yt/cpp/mapreduce] Fix documentation links
Diffstat (limited to 'yt/cpp/mapreduce/interface/common.h')
-rw-r--r--yt/cpp/mapreduce/interface/common.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/yt/cpp/mapreduce/interface/common.h b/yt/cpp/mapreduce/interface/common.h
index 366ce2cff27..2b48e98459c 100644
--- a/yt/cpp/mapreduce/interface/common.h
+++ b/yt/cpp/mapreduce/interface/common.h
@@ -348,7 +348,7 @@ struct TOneOrMany
/// @brief Type of the value that can occur in YT table.
///
/// @ref NYT::TTableSchema
-/// https://yt.yandex-team.ru/docs/description/storage/data_types
+/// https://ytsaurus.tech/docs/en/user-guide/storage/data-types
enum EValueType : int
{
/// Int64, signed integer of 64 bits.
@@ -593,7 +593,7 @@ NTi::TTypePtr ToTypeV3(EValueType type, bool required);
/// columnSchema.Name("my-column").Type(VT_INT64); // set name and type
/// ```
///
-/// @ref https://yt.yandex-team.ru/docs/description/storage/static_schema
+/// @ref https://ytsaurus.tech/docs/en/user-guide/storage/static-schema
class TColumnSchema
{
public:
@@ -648,7 +648,7 @@ public:
///
/// @brief Lock group name
///
- /// @ref https://yt.yandex-team.ru/docs/description/dynamic_tables/sorted_dynamic_tables#blokirovka-stroki
+ /// @ref https://ytsaurus.tech/docs/en/user-guide/dynamic-tables/sorted-dynamic-tables#locking-rows
FLUENT_FIELD_OPTION_ENCAPSULATED(TString, Lock);
/// Expression defining column value
@@ -660,7 +660,7 @@ public:
///
/// @brief Storage group name
///
- /// @ref https://yt.yandex-team.ru/docs/description/storage/static_schema
+ /// @ref https://ytsaurus.tech/docs/en/user-guide/storage/static-schema
FLUENT_FIELD_OPTION_ENCAPSULATED(TString, Group);
///
@@ -690,7 +690,7 @@ bool operator==(const TColumnSchema& lhs, const TColumnSchema& rhs);
///
/// @brief Description of table schema
///
-/// @see https://yt.yandex-team.ru/docs/description/storage/static_schema
+/// @see https://ytsaurus.tech/docs/en/user-guide/storage/static-schema
class TTableSchema
{
public:
@@ -805,7 +805,7 @@ TTableSchema CreateTableSchema(NTi::TTypePtr type);
///
/// It is a error to use relation in the limit of wrong kind.
///
-/// @see https://yt.yandex-team.ru/docs/description/common/ypath#rich_ypath
+/// @see https://ytsaurus.tech/docs/en/user-guide/storage/ypath#rich_ypath
enum class ERelation
{
///
@@ -840,7 +840,7 @@ enum class ERelation
///
/// @brief Key with relation specifying interval of keys in lower or upper limit of @ref NYT::TReadRange
///
-/// @see https://yt.yandex-team.ru/docs/description/common/ypath#rich_ypath
+/// @see https://ytsaurus.tech/docs/en/user-guide/common/ypath#rich_ypath
struct TKeyBound
{
/// @cond Doxygen_Suppress
@@ -858,7 +858,7 @@ struct TKeyBound
///
/// It is actually a variant and must store exactly one field.
///
-/// @see https://yt.yandex-team.ru/docs/description/common/ypath#rich_ypath
+/// @see https://ytsaurus.tech/docs/en/user-guide/common/ypath#rich_ypath
struct TReadLimit
{
/// @cond Doxygen_Suppress
@@ -899,7 +899,7 @@ struct TReadLimit
///
/// @brief Range of a table or a file
///
-/// @see https://yt.yandex-team.ru/docs/description/common/ypath#rich_ypath
+/// @see https://ytsaurus.tech/docs/en/user-guide/common/ypath#rich_ypath
struct TReadRange
{
using TSelf = TReadRange;
@@ -941,7 +941,7 @@ struct TReadRange
///
/// Allows to specify additional attributes for path used in some operations.
///
-/// @see https://yt.yandex-team.ru/docs/description/common/ypath#rich_ypath
+/// @see https://ytsaurus.tech/docs/en/user-guide/storage/ypath#rich_ypath
struct TRichYPath
{
/// @cond Doxygen_Suppress