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