Struct pgrx_pg_sys::RowCompareExpr
source · #[repr(C)]pub struct RowCompareExpr {
pub xpr: Expr,
pub rctype: RowCompareType,
pub opnos: *mut List,
pub opfamilies: *mut List,
pub inputcollids: *mut List,
pub largs: *mut List,
pub rargs: *mut List,
}
Fields§
§xpr: Expr
§rctype: RowCompareType
§opnos: *mut List
§opfamilies: *mut List
§inputcollids: *mut List
§largs: *mut List
§rargs: *mut List
Trait Implementations§
source§impl Clone for RowCompareExpr
impl Clone for RowCompareExpr
source§fn clone(&self) -> RowCompareExpr
fn clone(&self) -> RowCompareExpr
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 RowCompareExpr
impl Debug for RowCompareExpr
source§impl Default for RowCompareExpr
impl Default for RowCompareExpr
source§impl Display for RowCompareExpr
impl Display for RowCompareExpr
source§impl PgNode for RowCompareExpr
impl PgNode for RowCompareExpr
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more