Struct pgrx_pg_sys::GroupPathExtraData
source · #[repr(C)]pub struct GroupPathExtraData {
pub flags: c_int,
pub partial_costs_set: bool,
pub agg_partial_costs: AggClauseCosts,
pub agg_final_costs: AggClauseCosts,
pub target_parallel_safe: bool,
pub havingQual: *mut Node,
pub targetList: *mut List,
pub patype: PartitionwiseAggregateType,
}Fields§
§flags: c_int§partial_costs_set: bool§agg_partial_costs: AggClauseCosts§agg_final_costs: AggClauseCosts§target_parallel_safe: bool§havingQual: *mut Node§targetList: *mut List§patype: PartitionwiseAggregateTypeTrait Implementations§
source§impl Clone for GroupPathExtraData
impl Clone for GroupPathExtraData
source§fn clone(&self) -> GroupPathExtraData
fn clone(&self) -> GroupPathExtraData
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 more