tpchgen-arrow 2.0.2

TPC-H data generator into Apache Arrow format
Documentation
# TPC-H Data Generator in Arrow format

Generate TPCH data directly into [Apache Arrow] format using the [tpchgen] and [arrow] crate.

[Apache Arrow]: https://arrow.apache.org/
[tpchgen]: https://crates.io/crates/tpchgen
[arrow]: https://crates.io/crates/arrow

# Example usage: 

See [docs.rs page](https://docs.rs/tpchgen-arrow/latest/tpchgen_arrow/)

# Testing:
This crate ensures correct results using two methods.

1. Basic functional tests are in Rust doc tests in the source code (`cargo test --doc`)
2. The `reparse` integration test ensures that the Arrow generators 
   produce the same results as parsing the original `tbl` format (`cargo test --test reparse`) 

# Contributing: 

Please see [CONTRIBUTING.md] for more information on how to contribute to this project.

[CONTRIBUTING.md]: https://github.com/clflushopt/tpchgen-rs/blob/main/CONTRIBUTING.md