Struct pgrx_pg_sys::ForeignScan
source · #[repr(C)]pub struct ForeignScan {
pub scan: Scan,
pub operation: CmdType,
pub resultRelation: Index,
pub fs_server: Oid,
pub fdw_exprs: *mut List,
pub fdw_private: *mut List,
pub fdw_scan_tlist: *mut List,
pub fdw_recheck_quals: *mut List,
pub fs_relids: *mut Bitmapset,
pub fsSystemCol: bool,
}
Fields§
§scan: Scan
§operation: CmdType
§resultRelation: Index
§fs_server: Oid
§fdw_exprs: *mut List
§fdw_private: *mut List
§fdw_scan_tlist: *mut List
§fdw_recheck_quals: *mut List
§fs_relids: *mut Bitmapset
§fsSystemCol: bool
Trait Implementations§
source§impl Clone for ForeignScan
impl Clone for ForeignScan
source§fn clone(&self) -> ForeignScan
fn clone(&self) -> ForeignScan
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 ForeignScan
impl Debug for ForeignScan
source§impl Default for ForeignScan
impl Default for ForeignScan
source§impl Display for ForeignScan
impl Display for ForeignScan
source§impl PgNode for ForeignScan
impl PgNode for ForeignScan
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more