adriangb opened a new issue, #18234:
URL: https://github.com/apache/datafusion/issues/18234

   ### Is your feature request related to a problem or challenge?
   
   
https://discord.com/channels/885562378132000778/1430237388474552380/1430618776751313018
   
   ### Describe the solution you'd like
   
   Same as DuckDB:
   
   ```sql
   D DESCRIBE SELECT 1;
   ┌─────────────┬─────────────┬─────────┬─────────┬─────────┬─────────┐
   │ column_name │ column_type │  null   │   key   │ default │  extra  │
   │   varchar   │   varchar   │ varchar │ varchar │ varchar │ varchar │
   ├─────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┤
   │ 1           │ INTEGER     │ YES     │ NULL    │ NULL    │ NULL    │
   └─────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┘
   ```
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to