Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
There is currently no simple way to result query results to CSV. It would be good to have convenience methods either in ExecutionContext or separate utility methods to enable results to be written in CSV format to stdout or to a file.
There is sample code in unit tests for this and the approach is to iterate over each row in a batch and then iterate over each column and downcast it to an appropriate type (based on the schema associated with the batch) and then pull out the value for the row.
See https://github.com/apache/arrow/blob/master/rust/datafusion/tests/sql.rs#L425-L497 for example code in a test
Attachments
Issue Links
- links to