diff options
| author | mikari <[email protected]> | 2025-09-23 10:56:53 +0300 |
|---|---|---|
| committer | mikari <[email protected]> | 2025-09-23 11:16:07 +0300 |
| commit | 97c99b6982eb5c7dc96839a44e5efde0c39b0eba (patch) | |
| tree | 6861d575557234554be8432357ee32b97f8c5c0b | |
| parent | 7622c756ca5e4b12fe99b89708240584ddc66ed2 (diff) | |
Implemented internal yson struct state manager
commit_hash:0c7d530aec6e30bf1d7adced5d302029cedc8d6c
| -rw-r--r-- | yt/yt/core/ytree/yson_schema-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/core/ytree/yson_schema-inl.h b/yt/yt/core/ytree/yson_schema-inl.h index 86ceb1b8120..e169b72427c 100644 --- a/yt/yt/core/ytree/yson_schema-inl.h +++ b/yt/yt/core/ytree/yson_schema-inl.h @@ -77,6 +77,7 @@ DEFINE_SCHEMA_FOR_SIMPLE_TYPE(TString, string) DEFINE_SCHEMA_FOR_SIMPLE_TYPE(TStringBuf, string) DEFINE_SCHEMA_FOR_SIMPLE_TYPE(std::string, string) DEFINE_SCHEMA_FOR_SIMPLE_TYPE(std::string_view, string) +DEFINE_SCHEMA_FOR_SIMPLE_TYPE(NYson::TYsonString, yson); DEFINE_SCHEMA_FOR_SIMPLE_TYPE(TInstant, datetime) DEFINE_SCHEMA_FOR_SIMPLE_TYPE(TDuration, interval) |
