pub struct TpchGenerator { /* private fields */ }Expand description
TPC-H data generator
The main entry point for generating TPC-H benchmark data.
Use the builder pattern via TpchGenerator::builder() to configure and create instances.
Implementations§
Source§impl TpchGenerator
impl TpchGenerator
Auto Trait Implementations§
impl !RefUnwindSafe for TpchGenerator
impl !UnwindSafe for TpchGenerator
impl Freeze for TpchGenerator
impl Send for TpchGenerator
impl Sync for TpchGenerator
impl Unpin for TpchGenerator
impl UnsafeUnpin for TpchGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more