alamb commented on issue #12997:
URL: https://github.com/apache/datafusion/issues/12997#issuecomment-2423088774
I think you can get this information with `EXPLAIN VERBOSE` already:
For example,
```sql
> explain verbose select * from values (1);
....
| |
|
| physical_plan_with_schema | ValuesExec,
schema=[column1:Int64;N] |
| |
|
```
Maybe we should improve the documentation in this area
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]