aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yt_proto
diff options
context:
space:
mode:
authorsabdenovch <sabdenovch@yandex-team.com>2024-10-09 21:35:06 +0300
committersabdenovch <sabdenovch@yandex-team.com>2024-10-09 21:45:49 +0300
commit7ec4e4a90eae9c0014caed319fa58fc97aa16946 (patch)
tree74a01ac96af19dd2cd8b8d4f1687c4a1ec68058f /yt/yt_proto
parentde6957daca83db4933f2cfe6cf8cbf8751449fe9 (diff)
downloadydb-7ec4e4a90eae9c0014caed319fa58fc97aa16946.tar.gz
YT-22867: Change unfolding index API
Also changes store metadata, which is actually the main raison d’etre for this PR. commit_hash:1ac4986ea5869045c9d76055dbee2b3af1c06613
Diffstat (limited to 'yt/yt_proto')
-rw-r--r--yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto
index 54321bcc96..7f3bae6c0a 100644
--- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto
+++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto
@@ -1445,6 +1445,7 @@ message TIndexInfo
required NYT.NProto.TGuid index_table_id = 1;
required int32 index_kind = 2; // NTableClient::ESecondaryIndexKind
optional string predicate = 3;
+ optional string unfolded_column = 4;
}
message TReqGetTableMountInfo