Struct pgx_pg_sys::SetOpState
source · [−]#[repr(C)]pub struct SetOpState {
pub ps: PlanState,
pub eqfunction: *mut ExprState,
pub eqfuncoids: *mut Oid,
pub hashfunctions: *mut FmgrInfo,
pub setop_done: bool,
pub numOutput: c_long,
pub pergroup: SetOpStatePerGroup,
pub grp_firstTuple: HeapTuple,
pub hashtable: TupleHashTable,
pub tableContext: MemoryContext,
pub table_filled: bool,
pub hashiter: TupleHashIterator,
}Fields
ps: PlanStateeqfunction: *mut ExprStateeqfuncoids: *mut Oidhashfunctions: *mut FmgrInfosetop_done: boolnumOutput: c_longpergroup: SetOpStatePerGroupgrp_firstTuple: HeapTuplehashtable: TupleHashTabletableContext: MemoryContexttable_filled: boolhashiter: TupleHashIteratorTrait Implementations
sourceimpl Clone for SetOpState
impl Clone for SetOpState
sourcefn clone(&self) -> SetOpState
fn clone(&self) -> SetOpState
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 SetOpState
impl Debug for SetOpState
sourceimpl Default for SetOpState
impl Default for SetOpState
sourceimpl Display for SetOpState
impl Display for SetOpState
sourceimpl PgNode for SetOpState
impl PgNode for SetOpState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SetOpState
Auto Trait Implementations
impl RefUnwindSafe for SetOpState
impl !Send for SetOpState
impl !Sync for SetOpState
impl Unpin for SetOpState
impl UnwindSafe for SetOpState
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