v.25.11Improvement
Add input_headers option to EXPLAIN query
Addinput_headersoption toEXPLAINquery to add input headers to steps. #88311 (János Benjamin Antal).
Why it matters
The feature enhances theEXPLAIN command by allowing users to see the input headers (column names and types) that each step of a query receives. This helps in better understanding and debugging the query execution flow and intermediate results.How to use it
Use theEXPLAIN query with the added input_headers option. For example:EXPLAIN input_headers SELECT * FROM table