Struct pgrx_pg_sys::GatherMerge
source · #[repr(C)]pub struct GatherMerge {
pub plan: Plan,
pub num_workers: c_int,
pub rescan_param: c_int,
pub numCols: c_int,
pub sortColIdx: *mut AttrNumber,
pub sortOperators: *mut Oid,
pub collations: *mut Oid,
pub nullsFirst: *mut bool,
pub initParam: *mut Bitmapset,
}
Fields§
§plan: Plan
§num_workers: c_int
§rescan_param: c_int
§numCols: c_int
§sortColIdx: *mut AttrNumber
§sortOperators: *mut Oid
§collations: *mut Oid
§nullsFirst: *mut bool
§initParam: *mut Bitmapset
Trait Implementations§
source§impl Clone for GatherMerge
impl Clone for GatherMerge
source§fn clone(&self) -> GatherMerge
fn clone(&self) -> GatherMerge
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 GatherMerge
impl Debug for GatherMerge
source§impl Default for GatherMerge
impl Default for GatherMerge
source§impl Display for GatherMerge
impl Display for GatherMerge
source§impl PgNode for GatherMerge
impl PgNode for GatherMerge
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for GatherMerge
Auto Trait Implementations§
impl Freeze for GatherMerge
impl RefUnwindSafe for GatherMerge
impl !Send for GatherMerge
impl !Sync for GatherMerge
impl Unpin for GatherMerge
impl UnwindSafe for GatherMerge
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