#[repr(C)]pub struct SupportRequestSelectivity {
pub type_: NodeTag,
pub root: *mut PlannerInfo,
pub funcid: Oid,
pub args: *mut List,
pub inputcollid: Oid,
pub is_join: bool,
pub varRelid: c_int,
pub jointype: Type,
pub sjinfo: *mut SpecialJoinInfo,
pub selectivity: Selectivity,
}
Fields§
§type_: NodeTag
§root: *mut PlannerInfo
§funcid: Oid
§args: *mut List
§inputcollid: Oid
§is_join: bool
§varRelid: c_int
§jointype: Type
§sjinfo: *mut SpecialJoinInfo
§selectivity: Selectivity
Trait Implementations§
Source§impl Clone for SupportRequestSelectivity
impl Clone for SupportRequestSelectivity
Source§fn clone(&self) -> SupportRequestSelectivity
fn clone(&self) -> SupportRequestSelectivity
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 SupportRequestSelectivity
impl Debug for SupportRequestSelectivity
Source§impl Default for SupportRequestSelectivity
impl Default for SupportRequestSelectivity
Source§impl Display for SupportRequestSelectivity
impl Display for SupportRequestSelectivity
Source§impl PgNode for SupportRequestSelectivity
impl PgNode for SupportRequestSelectivity
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for SupportRequestSelectivity
Auto Trait Implementations§
impl Freeze for SupportRequestSelectivity
impl RefUnwindSafe for SupportRequestSelectivity
impl !Send for SupportRequestSelectivity
impl !Sync for SupportRequestSelectivity
impl Unpin for SupportRequestSelectivity
impl UnwindSafe for SupportRequestSelectivity
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