pub struct AggregateLiftReport {
pub predicate: String,
pub group_key: Vec<Value>,
pub operator: String,
pub finite_domain_source: String,
pub deterministic_rows: usize,
pub uncertain_rows: usize,
pub domain_size: usize,
pub cap: usize,
pub status: AggregateLiftStatus,
pub reason: String,
pub naive_outcomes: u128,
pub dynamic_programming_states: usize,
}Fields§
§predicate: String§group_key: Vec<Value>§operator: String§finite_domain_source: String§deterministic_rows: usize§uncertain_rows: usize§domain_size: usize§cap: usize§status: AggregateLiftStatus§reason: String§naive_outcomes: u128§dynamic_programming_states: usizeTrait Implementations§
Source§impl Clone for AggregateLiftReport
impl Clone for AggregateLiftReport
Source§fn clone(&self) -> AggregateLiftReport
fn clone(&self) -> AggregateLiftReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AggregateLiftReport
impl Debug for AggregateLiftReport
Source§impl PartialEq for AggregateLiftReport
impl PartialEq for AggregateLiftReport
impl Eq for AggregateLiftReport
impl StructuralPartialEq for AggregateLiftReport
Auto Trait Implementations§
impl Freeze for AggregateLiftReport
impl RefUnwindSafe for AggregateLiftReport
impl Send for AggregateLiftReport
impl Sync for AggregateLiftReport
impl Unpin for AggregateLiftReport
impl UnsafeUnpin for AggregateLiftReport
impl UnwindSafe for AggregateLiftReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more