Struct pgrx_pg_sys::ForeignScanState
source · #[repr(C)]pub struct ForeignScanState {
pub ss: ScanState,
pub fdw_recheck_quals: *mut ExprState,
pub pscan_len: Size,
pub resultRelInfo: *mut ResultRelInfo,
pub fdwroutine: *mut FdwRoutine,
pub fdw_state: *mut c_void,
}
Fields§
§ss: ScanState
§fdw_recheck_quals: *mut ExprState
§pscan_len: Size
§resultRelInfo: *mut ResultRelInfo
§fdwroutine: *mut FdwRoutine
§fdw_state: *mut c_void
Trait Implementations§
source§impl Clone for ForeignScanState
impl Clone for ForeignScanState
source§fn clone(&self) -> ForeignScanState
fn clone(&self) -> ForeignScanState
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 ForeignScanState
impl Debug for ForeignScanState
source§impl Default for ForeignScanState
impl Default for ForeignScanState
source§impl Display for ForeignScanState
impl Display for ForeignScanState
source§impl PgNode for ForeignScanState
impl PgNode for ForeignScanState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more