Struct pgrx_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: PlanState
§eqfunction: *mut ExprState
§eqfuncoids: *mut Oid
§hashfunctions: *mut FmgrInfo
§setop_done: bool
§numOutput: c_long
§pergroup: SetOpStatePerGroup
§grp_firstTuple: HeapTuple
§hashtable: TupleHashTable
§tableContext: MemoryContext
§table_filled: bool
§hashiter: TupleHashIterator
Trait Implementations§
source§impl Clone for SetOpState
impl Clone for SetOpState
source§fn clone(&self) -> SetOpState
fn clone(&self) -> SetOpState
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 SetOpState
impl Debug for SetOpState
source§impl Default for SetOpState
impl Default for SetOpState
source§impl Display for SetOpState
impl Display for SetOpState
source§impl PgNode for SetOpState
impl PgNode for SetOpState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more