pub struct JoinTuplesEvent {
pub cardinality: i64,
}
Expand description
Tuples materialized during a join.
Fields§
§cardinality: i64
How many tuples.
Trait Implementations§
Source§impl Clone for JoinTuplesEvent
impl Clone for JoinTuplesEvent
Source§fn clone(&self) -> JoinTuplesEvent
fn clone(&self) -> JoinTuplesEvent
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 JoinTuplesEvent
impl Debug for JoinTuplesEvent
Source§impl From<JoinTuplesEvent> for DeclarativeEvent
impl From<JoinTuplesEvent> for DeclarativeEvent
Source§fn from(e: JoinTuplesEvent) -> Self
fn from(e: JoinTuplesEvent) -> Self
Converts to this type from the input type.
Source§impl Ord for JoinTuplesEvent
impl Ord for JoinTuplesEvent
Source§fn cmp(&self, other: &JoinTuplesEvent) -> Ordering
fn cmp(&self, other: &JoinTuplesEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for JoinTuplesEvent
impl PartialEq for JoinTuplesEvent
Source§impl PartialOrd for JoinTuplesEvent
impl PartialOrd for JoinTuplesEvent
Source§impl Serialize for JoinTuplesEvent
impl Serialize for JoinTuplesEvent
impl Eq for JoinTuplesEvent
impl StructuralPartialEq for JoinTuplesEvent
Auto Trait Implementations§
impl Freeze for JoinTuplesEvent
impl RefUnwindSafe for JoinTuplesEvent
impl Send for JoinTuplesEvent
impl Sync for JoinTuplesEvent
impl Unpin for JoinTuplesEvent
impl UnwindSafe for JoinTuplesEvent
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