diff options
author | sabdenovch <sabdenovch@yandex-team.com> | 2024-08-01 16:52:57 +0300 |
---|---|---|
committer | sabdenovch <sabdenovch@yandex-team.com> | 2024-08-01 17:04:09 +0300 |
commit | cae5d68c4cae12cdcdba67084970d51e72b4fb89 (patch) | |
tree | 00cb7391aa5c12b8dd70c8df904d4423e4755638 | |
parent | e43e1b272d0b7bc3a0eeb2ec4d487188f839ff10 (diff) | |
download | ydb-cae5d68c4cae12cdcdba67084970d51e72b4fb89.tar.gz |
YT-21050: Unique secondary index
ba40304e0daf8a897f051cb7bef04e8358a7fc72
-rw-r--r-- | yt/yt/client/tablet_client/public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/tablet_client/public.h b/yt/yt/client/tablet_client/public.h index 332a877a6d..c0fe8449a5 100644 --- a/yt/yt/client/tablet_client/public.h +++ b/yt/yt/client/tablet_client/public.h @@ -92,6 +92,7 @@ YT_DEFINE_ERROR_ENUM( ((TableSchemaIncompatible) (1738)) ((BundleIsBanned) (1739)) ((TabletServantIsNotActive) (1740)) + ((UniqueIndexConflict) (1741)) ); DEFINE_ENUM(EInMemoryMode, @@ -222,6 +223,7 @@ DEFINE_ENUM(ETabletServiceFeatures, DEFINE_ENUM(ESecondaryIndexKind, ((FullSync) (0)) ((Unfolding) (1)) + ((Unique) (2)) ); DEFINE_ENUM(ERowMergerType, |