Type Alias pgrx_pg_sys::NestPath

source ·
pub type NestPath = JoinPath;

Aliased Type§

struct NestPath {
    pub path: Path,
    pub jointype: u32,
    pub inner_unique: bool,
    pub outerjoinpath: *mut Path,
    pub innerjoinpath: *mut Path,
    pub joinrestrictinfo: *mut List,
}

Fields§

§path: Path§jointype: u32§inner_unique: bool§outerjoinpath: *mut Path§innerjoinpath: *mut Path§joinrestrictinfo: *mut List

Trait Implementations§

source§

impl Clone for JoinPath

source§

fn clone(&self) -> JoinPath

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for JoinPath

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for JoinPath

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for JoinPath

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PgNode for JoinPath

source§

fn display_node(&self) -> String

Format this node Read more
source§

impl Copy for JoinPath