Struct pgrx_pg_sys::AppendRelInfo
source · #[repr(C)]pub struct AppendRelInfo {
pub type_: NodeTag,
pub parent_relid: Index,
pub child_relid: Index,
pub parent_reltype: Oid,
pub child_reltype: Oid,
pub translated_vars: *mut List,
pub num_child_cols: c_int,
pub parent_colnos: *mut AttrNumber,
pub parent_reloid: Oid,
}
Fields§
§type_: NodeTag
§parent_relid: Index
§child_relid: Index
§parent_reltype: Oid
§child_reltype: Oid
§translated_vars: *mut List
§num_child_cols: c_int
§parent_colnos: *mut AttrNumber
§parent_reloid: Oid
Trait Implementations§
source§impl Clone for AppendRelInfo
impl Clone for AppendRelInfo
source§fn clone(&self) -> AppendRelInfo
fn clone(&self) -> AppendRelInfo
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 AppendRelInfo
impl Debug for AppendRelInfo
source§impl Default for AppendRelInfo
impl Default for AppendRelInfo
source§impl Display for AppendRelInfo
impl Display for AppendRelInfo
source§impl PgNode for AppendRelInfo
impl PgNode for AppendRelInfo
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AppendRelInfo
Auto Trait Implementations§
impl Freeze for AppendRelInfo
impl RefUnwindSafe for AppendRelInfo
impl !Send for AppendRelInfo
impl !Sync for AppendRelInfo
impl Unpin for AppendRelInfo
impl UnwindSafe for AppendRelInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more