cudf
cudf copied to clipboard
Add a libcudf/thrust-based TPC-H derived datagen
Description
This PR adds a TPC-H (according to spec 3.0.1) inspired datagen written using libcudf
and thrust
Implementation Status
- [x] lineitem
- [x] orders
- [x] region
- [x] nation
- [x] supplier
- [x] customer
- [x] part
- [x] partsupp
Checklist
- [x] I am familiar with the Contributing Guidelines.
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.