Skip to content

Commit 0a470e8

Browse files
authored
proto: add fields for Show Execution Plans for ScalarSubqueries (#377)
* proto: add fields for * fix test
1 parent a47577a commit 0a470e8

File tree

2 files changed

+127
-63
lines changed

2 files changed

+127
-63
lines changed

go-tipb/explain.pb.go

Lines changed: 126 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/explain.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ message ExplainData {
2525
// If discarded_due_to_too_long is true. The main and ctes fields should be empty and should not be used.
2626
// This field can be changed to a enum or int if we need to represent more states in the future.
2727
bool discarded_due_to_too_long = 4;
28+
repeated ExplainOperator subqueries = 5;
2829
}
2930

3031
message ExplainOperator {

0 commit comments

Comments
 (0)