Struct pgx_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: Plannum_workers: c_intrescan_param: c_intnumCols: c_intsortColIdx: *mut AttrNumbersortOperators: *mut Oidcollations: *mut OidnullsFirst: *mut boolinitParam: *mut BitmapsetTrait Implementations
sourceimpl Clone for GatherMerge
impl Clone for GatherMerge
sourcefn clone(&self) -> GatherMerge
fn clone(&self) -> GatherMerge
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GatherMerge
impl Debug for GatherMerge
sourceimpl Default for GatherMerge
impl Default for GatherMerge
sourceimpl Display for GatherMerge
impl Display for GatherMerge
sourceimpl PgNode for GatherMerge
impl PgNode for GatherMerge
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for GatherMerge
Auto Trait Implementations
impl RefUnwindSafe for GatherMerge
impl !Send for GatherMerge
impl !Sync for GatherMerge
impl Unpin for GatherMerge
impl UnwindSafe for GatherMerge
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more