support explain format yaml, xml #19123
Labels
good first issue
Good for newcomers
help wanted
Issues that need help from contributors
priority/low
type/feature
Postgres supports these formats as well. https://www.postgresql.org/docs/current/sql-explain.html.
Explain format json was supported here: #19041.
We just need to:
explain_to_yaml, explain_to_xml
, and use the appropriate serde libraries.You can reference the PR above.
The text was updated successfully, but these errors were encountered: