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