comphead commented on issue #17466: URL: https://github.com/apache/datafusion/issues/17466#issuecomment-3271655597
> Maybe we can follow the model of whatever system that comes from 🤔 The closest is `DESCRIBE query` like DuckDB does, Apache Spark uses a dataframe API method like ``` spark.sql("select 1").printSchema() ``` which doesn't seem usable in SQL context which more fits to DataFusion. Other major query engines doesn't support this functionality. Therefore I'll probably start with DuckDb's `DESCRIBE query` if no other suggestions -- 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