Struct pgrx_pg_sys::SupportRequestRows
source · #[repr(C)]pub struct SupportRequestRows {
pub type_: NodeTag,
pub root: *mut PlannerInfo,
pub funcid: Oid,
pub node: *mut Node,
pub rows: f64,
}
Fields§
§type_: NodeTag
§root: *mut PlannerInfo
§funcid: Oid
§node: *mut Node
§rows: f64
Trait Implementations§
source§impl Clone for SupportRequestRows
impl Clone for SupportRequestRows
source§fn clone(&self) -> SupportRequestRows
fn clone(&self) -> SupportRequestRows
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 SupportRequestRows
impl Debug for SupportRequestRows
source§impl Default for SupportRequestRows
impl Default for SupportRequestRows
source§impl Display for SupportRequestRows
impl Display for SupportRequestRows
source§impl PgNode for SupportRequestRows
impl PgNode for SupportRequestRows
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more