Struct tpch_bench::data_point::DataPoint
source · [−]pub struct DataPoint {Show 14 fields
pub tpch_query: Option<u32>,
pub scale_factor: Option<u32>,
pub selection_variant: Option<ArgSelectionVariant>,
pub hostname: String,
pub execution_method: Option<ArgExecutionMethod>,
pub device_codename: Option<Vec<String>>,
pub threads: Option<usize>,
pub relation_memory_type: Option<ArgMemType>,
pub relation_memory_location: Option<u16>,
pub page_type: Option<ArgPageType>,
pub tuples: Option<usize>,
pub bytes: Option<usize>,
pub warm_up: Option<bool>,
pub ns: Option<f64>,
}
Fields
tpch_query: Option<u32>
scale_factor: Option<u32>
selection_variant: Option<ArgSelectionVariant>
hostname: String
execution_method: Option<ArgExecutionMethod>
device_codename: Option<Vec<String>>
threads: Option<usize>
relation_memory_type: Option<ArgMemType>
relation_memory_location: Option<u16>
page_type: Option<ArgPageType>
tuples: Option<usize>
bytes: Option<usize>
warm_up: Option<bool>
ns: Option<f64>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataPoint
impl Send for DataPoint
impl Sync for DataPoint
impl Unpin for DataPoint
impl UnwindSafe for DataPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more