Struct pgrx_pg_sys::ProjectSetState
source · #[repr(C)]pub struct ProjectSetState {
pub ps: PlanState,
pub elems: *mut *mut Node,
pub elemdone: *mut ExprDoneCond,
pub nelems: c_int,
pub pending_srf_tuples: bool,
pub argcontext: MemoryContext,
}
Fields§
§ps: PlanState
§elems: *mut *mut Node
§elemdone: *mut ExprDoneCond
§nelems: c_int
§pending_srf_tuples: bool
§argcontext: MemoryContext
Trait Implementations§
source§impl Clone for ProjectSetState
impl Clone for ProjectSetState
source§fn clone(&self) -> ProjectSetState
fn clone(&self) -> ProjectSetState
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 ProjectSetState
impl Debug for ProjectSetState
source§impl Default for ProjectSetState
impl Default for ProjectSetState
source§impl Display for ProjectSetState
impl Display for ProjectSetState
source§impl PgNode for ProjectSetState
impl PgNode for ProjectSetState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more