Struct pgx_pg_sys::GatherMergeState
source · [−]#[repr(C)]pub struct GatherMergeState {Show 15 fields
pub ps: PlanState,
pub initialized: bool,
pub gm_initialized: bool,
pub need_to_scan_locally: bool,
pub tuples_needed: int64,
pub tupDesc: TupleDesc,
pub gm_nkeys: c_int,
pub gm_sortkeys: SortSupport,
pub pei: *mut ParallelExecutorInfo,
pub nworkers_launched: c_int,
pub nreaders: c_int,
pub gm_slots: *mut *mut TupleTableSlot,
pub reader: *mut *mut TupleQueueReader,
pub gm_tuple_buffers: *mut GMReaderTupleBuffer,
pub gm_heap: *mut binaryheap,
}Fields
ps: PlanStateinitialized: boolgm_initialized: boolneed_to_scan_locally: booltuples_needed: int64tupDesc: TupleDescgm_nkeys: c_intgm_sortkeys: SortSupportpei: *mut ParallelExecutorInfonworkers_launched: c_intnreaders: c_intgm_slots: *mut *mut TupleTableSlotreader: *mut *mut TupleQueueReadergm_tuple_buffers: *mut GMReaderTupleBuffergm_heap: *mut binaryheapTrait Implementations
sourceimpl Clone for GatherMergeState
impl Clone for GatherMergeState
sourcefn clone(&self) -> GatherMergeState
fn clone(&self) -> GatherMergeState
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 GatherMergeState
impl Debug for GatherMergeState
sourceimpl Default for GatherMergeState
impl Default for GatherMergeState
sourceimpl Display for GatherMergeState
impl Display for GatherMergeState
sourceimpl PgNode for GatherMergeState
impl PgNode for GatherMergeState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for GatherMergeState
Auto Trait Implementations
impl RefUnwindSafe for GatherMergeState
impl !Send for GatherMergeState
impl !Sync for GatherMergeState
impl Unpin for GatherMergeState
impl UnwindSafe for GatherMergeState
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