Struct pgrx_pg_sys::JunkFilter
source · #[repr(C)]pub struct JunkFilter {
pub type_: NodeTag,
pub jf_targetList: *mut List,
pub jf_cleanTupType: TupleDesc,
pub jf_cleanMap: *mut AttrNumber,
pub jf_resultSlot: *mut TupleTableSlot,
}
Fields§
§type_: NodeTag
§jf_targetList: *mut List
§jf_cleanTupType: TupleDesc
§jf_cleanMap: *mut AttrNumber
§jf_resultSlot: *mut TupleTableSlot
Trait Implementations§
source§impl Clone for JunkFilter
impl Clone for JunkFilter
source§fn clone(&self) -> JunkFilter
fn clone(&self) -> JunkFilter
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 JunkFilter
impl Debug for JunkFilter
source§impl Default for JunkFilter
impl Default for JunkFilter
source§impl Display for JunkFilter
impl Display for JunkFilter
source§impl PgNode for JunkFilter
impl PgNode for JunkFilter
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more