datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
28 stars 8 forks source link

#62 cli tool for printing file stats #84

Closed klangner closed 2 months ago

klangner commented 2 months ago

This is based on the orc-statistics tool from the cpp repository. I would like also to add tool for exporting data to css, but as a separate tool and PR.

WenyXu commented 2 months ago

Please run make fmt and make fmt-toml

klangner commented 2 months ago

Please run make fmt and make fmt-toml

done