Struct pgrx_pg_sys::FieldSelect
source · #[repr(C)]pub struct FieldSelect {
pub xpr: Expr,
pub arg: *mut Expr,
pub fieldnum: AttrNumber,
pub resulttype: Oid,
pub resulttypmod: int32,
pub resultcollid: Oid,
}
Fields§
§xpr: Expr
§arg: *mut Expr
§fieldnum: AttrNumber
§resulttype: Oid
§resulttypmod: int32
§resultcollid: Oid
Trait Implementations§
source§impl Clone for FieldSelect
impl Clone for FieldSelect
source§fn clone(&self) -> FieldSelect
fn clone(&self) -> FieldSelect
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 FieldSelect
impl Debug for FieldSelect
source§impl Default for FieldSelect
impl Default for FieldSelect
source§impl Display for FieldSelect
impl Display for FieldSelect
source§impl PgNode for FieldSelect
impl PgNode for FieldSelect
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more