未验证 提交 88cdca35 编写于 作者: 王起帆 提交者: GitHub

edit buffer_result (#267)

Co-authored-by: Nqifanwang <qifanwang@tencent.com>
上级 65de2869
......@@ -152,6 +152,7 @@ type ExplainJSONNestedLoop struct {
type ExplainJSONBufferResult struct {
UsingTemporaryTable bool `json:"using_temporary_table"`
NestedLoop []ExplainJSONNestedLoop `json:"nested_loop"`
Table ExplainJSONTable `json:"table"`
}
// ExplainJSONSubqueries JSON
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册