alamb commented on code in PR #15166: URL: https://github.com/apache/datafusion/pull/15166#discussion_r1992218928
########## docs/source/user-guide/sql/explain.md: ########## @@ -21,41 +21,219 @@ The `EXPLAIN` command shows the logical and physical execution plan for the specified SQL statement. -See the [Reading Explain Plans](../explain-usage.md) page for more information on how to interpret these plans. +## Syntax <pre> -EXPLAIN [ANALYZE] [VERBOSE] statement +EXPLAIN [ANALYZE] [VERBOSE] [FORMAT format] statement Review Comment: I tried to clarify in 398cf1824 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org