Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
189 changes: 126 additions & 63 deletions go-tipb/explain.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

message ExplainOperator {
Expand Down
Loading