aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/operation.h
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-03-10 19:22:41 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-03-10 19:31:09 +0300
commit13a34e8a2fe1c3498a9a3e1d56202bb29eb5d17b (patch)
treef188fb0f394d6b20e68951e88cf555610dad8cf1 /yt/cpp/mapreduce/interface/operation.h
parente0439374e8770430b5a391cea94769059544e2a2 (diff)
downloadydb-13a34e8a2fe1c3498a9a3e1d56202bb29eb5d17b.tar.gz
Intermediate changes
Diffstat (limited to 'yt/cpp/mapreduce/interface/operation.h')
-rw-r--r--yt/cpp/mapreduce/interface/operation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h
index 69c873090d..09abf1f88a 100644
--- a/yt/cpp/mapreduce/interface/operation.h
+++ b/yt/cpp/mapreduce/interface/operation.h
@@ -1202,7 +1202,7 @@ struct TRawMapReduceOperationSpec
///
/// @brief Schema inference mode.
///
-/// @see https://ytsaurus.tech/docs/en/user-guide/storage/static_schema.html#schema_inference
+/// @see https://ytsaurus.tech/docs/en/user-guide/storage/static-schema.html#schema_inference
enum class ESchemaInferenceMode : int
{
FromInput /* "from_input" */,
@@ -1258,7 +1258,7 @@ struct TSortOperationSpec
///
/// @brief Inference mode for output table schema.
///
- /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static_schema.html#schema_inference
+ /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static-schema.html#schema_inference
FLUENT_FIELD_OPTION(ESchemaInferenceMode, SchemaInferenceMode);
///
@@ -1332,7 +1332,7 @@ struct TMergeOperationSpec
///
/// @brief Inference mode for output table schema.
///
- /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static_schema.html#schema_inference
+ /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static-schema.html#schema_inference
FLUENT_FIELD_OPTION(ESchemaInferenceMode, SchemaInferenceMode);
};
@@ -1358,7 +1358,7 @@ struct TEraseOperationSpec
///
/// @brief Inference mode for output table schema.
///
- /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static_schema.html#schema_inference
+ /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static-schema.html#schema_inference
FLUENT_FIELD_OPTION(ESchemaInferenceMode, SchemaInferenceMode);
};
@@ -1392,7 +1392,7 @@ struct TRemoteCopyOperationSpec
///
/// @brief Inference mode for output table schema.
///
- /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static_schema.html#schema_inference
+ /// @see https://ytsaurus.tech/docs/en/user-guide/storage/static-schema.html#schema_inference
FLUENT_FIELD_OPTION(ESchemaInferenceMode, SchemaInferenceMode);
///