Closed casperhart closed 1 year ago
Updating datafusion to the latest version to take advantage of newly implemented SQL functions, e.g. array_agg().
array_agg()
This required implementing the DisplayAs trait for DbaseExec.
DisplayAs
DbaseExec
I've run cargo test --features "datafusion" and it passes without issue.
cargo test --features "datafusion"
Let me know if you would suggest any changes, happy to update. Thanks
Thanks
Updating datafusion to the latest version to take advantage of newly implemented SQL functions, e.g.
array_agg()
.This required implementing the
DisplayAs
trait forDbaseExec
.I've run
cargo test --features "datafusion"
and it passes without issue.Let me know if you would suggest any changes, happy to update. Thanks