Struct pgrx_pg_sys::CteScanState
source · #[repr(C)]pub struct CteScanState {
pub ss: ScanState,
pub eflags: c_int,
pub readptr: c_int,
pub cteplanstate: *mut PlanState,
pub leader: *mut CteScanState,
pub cte_table: *mut Tuplestorestate,
pub eof_cte: bool,
}
Fields§
§ss: ScanState
§eflags: c_int
§readptr: c_int
§cteplanstate: *mut PlanState
§leader: *mut CteScanState
§cte_table: *mut Tuplestorestate
§eof_cte: bool
Trait Implementations§
source§impl Clone for CteScanState
impl Clone for CteScanState
source§fn clone(&self) -> CteScanState
fn clone(&self) -> CteScanState
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 CteScanState
impl Debug for CteScanState
source§impl Default for CteScanState
impl Default for CteScanState
source§impl Display for CteScanState
impl Display for CteScanState
source§impl PgNode for CteScanState
impl PgNode for CteScanState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more