tpchgen-arrow

Crates.iotpchgen-arrow
lib.rstpchgen-arrow
version2.0.1
created_at2025-03-30 22:38:23.731251+00
updated_at2025-09-08 18:23:56.814503+00
descriptionTPC-H data generator into Apache Arrow format
homepage
repositoryhttps://github.com/clflushopt/tpchgen-rs
max_upload_size
id1612841
size106,661
@clflushopt (clflushopt)

documentation

README

TPC-H Data Generator in Arrow format

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

Example usage:

See docs.rs page

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.

Commit count: 203

cargo fmt