Struct pgrx_pg_sys::NestLoopParam
source · #[repr(C)]pub struct NestLoopParam {
pub type_: NodeTag,
pub paramno: c_int,
pub paramval: *mut Var,
}
Fields§
§type_: NodeTag
§paramno: c_int
§paramval: *mut Var
Trait Implementations§
source§impl Clone for NestLoopParam
impl Clone for NestLoopParam
source§fn clone(&self) -> NestLoopParam
fn clone(&self) -> NestLoopParam
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 NestLoopParam
impl Debug for NestLoopParam
source§impl Default for NestLoopParam
impl Default for NestLoopParam
source§impl Display for NestLoopParam
impl Display for NestLoopParam
source§impl PgNode for NestLoopParam
impl PgNode for NestLoopParam
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more