diff options
| author | robot-piglet <[email protected]> | 2024-02-08 20:48:00 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-02-08 21:04:19 +0300 |
| commit | 1fbd7b3770f3b95e5e59153205d7abbcda6d739d (patch) | |
| tree | a86761441eb25cb87bd3c376fcc2ca9052d45ccb | |
| parent | 2f65d963d7ccf3ae33aaf9098b142d4d3e57c907 (diff) | |
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 379f6823674..63836f6a3d2 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) |
