@@ -66,12 +66,6 @@ enum EIsolationLevel {
6666 ISOLATION_LEVEL_READ_STALE = 4 ;
6767};
6868
69- enum EQueryReplyFlags {
70- QUERY_REPLY_FLAG_RESULTS = 1 ;
71- QUERY_REPLY_FLAG_PLAN = 2 ;
72- QUERY_REPLY_FLAG_AST = 4 ;
73- };
74-
7569message TTopicOperationsRequest {
7670 optional string Consumer = 1 ;
7771 repeated Ydb.Topic.UpdateOffsetsInTransactionRequest.TopicOffsets Topics = 2 ;
@@ -99,7 +93,8 @@ message TQueryRequest {
9993 optional EQueryAction Action = 9 ;
10094 reserved 10 ; // (deprecated) Profile
10195 optional bytes PreparedQuery = 11 ;
102- optional uint32 ReplyFlags = 12 [default = 1 ];
96+ // optional uint32 ReplyFlags = 12 [default = 1];
97+ reserved 12 ;
10398 optional Ydb.Table.TransactionControl TxControl = 13 ;
10499 optional string Database = 14 ;
105100 optional Ydb.Table.QueryCachePolicy QueryCachePolicy = 15 ;
@@ -211,35 +206,6 @@ message TEvQueryRequest {
211206 optional NActorsProto.TActorId CancelationActor = 9 ;
212207}
213208
214- message TMkqlProfile {
215- optional string Query = 1 ;
216- optional NKikimrQueryStats.TTxStats TxStats = 2 ;
217- };
218-
219- message TTransformProfile {
220- optional string Name = 1 ;
221- optional uint64 TransformDurationUs = 2 ;
222- optional uint64 WaitDurationUs = 3 ;
223- optional int32 NewExprNodes = 4 ;
224- optional int32 NewTypeNodes = 5 ;
225- optional uint32 Repeats = 6 ;
226- optional uint32 Restarts = 7 ;
227-
228- repeated TTransformProfile Stages = 100 ;
229- }
230-
231- message TKqlProfile {
232- optional string Query = 1 ;
233- repeated TMkqlProfile MkqlProfiles = 2 ;
234- optional EIsolationLevel EffectiveIsolationLevel = 3 ;
235- optional TTransformProfile TransformStats = 4 ;
236- }
237-
238- message TQueryProfile {
239- repeated TKqlProfile KqlProfiles = 1 ;
240- optional TTransformProfile TransformStats = 2 ;
241- };
242-
243209message TParameterBinding {
244210 optional string Name = 1 ;
245211 optional uint32 MkqlIndex = 2 ;
@@ -331,13 +297,6 @@ message TEvCloseSessionResponse {
331297 optional TCloseSessionResponse Response = 3 ;
332298}
333299
334- message TEvProcessResponse {
335- reserved 1 ; // (deprecated) KqpStatus
336- optional bytes Error = 2 ;
337- optional Ydb.StatusIds.StatusCode YdbStatus = 3 ;
338- optional bool WorkerIsClosing = 4 [default = false ];
339- }
340-
341300message TSessionInfo {
342301 optional string SessionId = 1 ;
343302 /// optional ui32 NodeId = 2;
@@ -587,7 +546,7 @@ message TEvStartKqpTasksRequest {
587546 optional NActorsProto.TActorId ExecuterActorId = 4 ;
588547 optional TKqpSnapshot Snapshot = 5 ;
589548 optional bool StartAllOrFail = 6 [default = true ];
590- optional uint64 OutputChunkMaxSize = 7 [default = 0 ]; // 0 - use some default value
549+ optional uint64 OutputChunkMaxSize = 7 [default = 0 ]; // 0 - use some default value
591550 optional string SerializedGUCSettings = 8 ;
592551}
593552
0 commit comments