diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-08 20:48:00 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:19:01 +0300 |
commit | 677820f9a525dccfa1eccb7c884ace2735977955 (patch) | |
tree | b18aa6c85f6171ddbcfe8df79c366d7b372aed67 | |
parent | 313a84b304b149a50751ae90d4c4e622bc5f1451 (diff) | |
download | ydb-677820f9a525dccfa1eccb7c884ace2735977955.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/client/tablet_client/public.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/yt/client/tablet_client/public.h b/yt/yt/client/tablet_client/public.h index 379f682367..63836f6a3d 100644 --- a/yt/yt/client/tablet_client/public.h +++ b/yt/yt/client/tablet_client/public.h @@ -215,6 +215,10 @@ DEFINE_ENUM(ESecondaryIndexKind, ((FullSync) (0)) ); +DEFINE_ENUM(ERowMergerType, + (Legacy) +); + //////////////////////////////////////////////////////////////////////////////// DECLARE_REFCOUNTED_CLASS(TTableMountCacheConfig) |