Update docs/en/sql-reference/statements/explain.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
sevirov 2021-05-25 23:21:16 +03:00 committed by GitHub
parent 4360daf0cb
commit 89230ea6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,9 +136,7 @@ Union
!!! note "Note" !!! note "Note"
Step and query cost estimation is not supported. Step and query cost estimation is not supported.
The result JSON is a tree representing query plan. Every query plan node is a dictionary that always has the keys `Node Type` and `Plans`. `Node Type` is a string with a step name. `Plans` is an array with child step descriptions. Other optional keys may be added depending on node type and settings. When `json = 1`, the query plan is represented in JSON format. Every node is a dictionary that always has the keys `Node Type` and `Plans`. `Node Type` is a string with a step name. `Plans` is an array with child step descriptions. Other optional keys may be added depending on node type and settings.
The following examples show the output of the query plan steps when `json` = 1 along with other settings.
Example: Example: