Struct pgrx_pg_sys::SemiAntiJoinFactors
source · #[repr(C)]pub struct SemiAntiJoinFactors {
pub outer_match_frac: Selectivity,
pub match_count: Selectivity,
}
Fields§
§outer_match_frac: Selectivity
§match_count: Selectivity
Trait Implementations§
source§impl Clone for SemiAntiJoinFactors
impl Clone for SemiAntiJoinFactors
source§fn clone(&self) -> SemiAntiJoinFactors
fn clone(&self) -> SemiAntiJoinFactors
Returns a copy 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 SemiAntiJoinFactors
impl Debug for SemiAntiJoinFactors
source§impl Default for SemiAntiJoinFactors
impl Default for SemiAntiJoinFactors
source§fn default() -> SemiAntiJoinFactors
fn default() -> SemiAntiJoinFactors
Returns the “default value” for a type. Read more