Struct pgrx_pg_sys::NestLoopState
source · #[repr(C)]pub struct NestLoopState {
pub js: JoinState,
pub nl_NeedNewOuter: bool,
pub nl_MatchedOuter: bool,
pub nl_NullInnerTupleSlot: *mut TupleTableSlot,
}
Fields§
§js: JoinState
§nl_NeedNewOuter: bool
§nl_MatchedOuter: bool
§nl_NullInnerTupleSlot: *mut TupleTableSlot
Trait Implementations§
source§impl Clone for NestLoopState
impl Clone for NestLoopState
source§fn clone(&self) -> NestLoopState
fn clone(&self) -> NestLoopState
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 NestLoopState
impl Debug for NestLoopState
source§impl Default for NestLoopState
impl Default for NestLoopState
source§impl Display for NestLoopState
impl Display for NestLoopState
source§impl PgNode for NestLoopState
impl PgNode for NestLoopState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more