Type Alias pgrx_pg_sys::SeqScan

source ·
pub type SeqScan = Scan;

Aliased Type§

struct SeqScan {
    pub plan: Plan,
    pub scanrelid: u32,
}

Fields§

§plan: Plan§scanrelid: u32

Trait Implementations§

source§

impl Clone for Scan

source§

fn clone(&self) -> Scan

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 Scan

source§

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

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

impl Default for Scan

source§

fn default() -> Self

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

impl Display for Scan

source§

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

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

impl PgNode for Scan

source§

fn display_node(&self) -> String

Format this node Read more
source§

impl Copy for Scan