Struct pgrx_pg_sys::CommonTableExpr
source · #[repr(C)]pub struct CommonTableExpr {Show 14 fields
pub type_: NodeTag,
pub ctename: *mut c_char,
pub aliascolnames: *mut List,
pub ctematerialized: CTEMaterialize,
pub ctequery: *mut Node,
pub search_clause: *mut CTESearchClause,
pub cycle_clause: *mut CTECycleClause,
pub location: c_int,
pub cterecursive: bool,
pub cterefcount: c_int,
pub ctecolnames: *mut List,
pub ctecoltypes: *mut List,
pub ctecoltypmods: *mut List,
pub ctecolcollations: *mut List,
}
Fields§
§type_: NodeTag
§ctename: *mut c_char
§aliascolnames: *mut List
§ctematerialized: CTEMaterialize
§ctequery: *mut Node
§search_clause: *mut CTESearchClause
§cycle_clause: *mut CTECycleClause
§location: c_int
§cterecursive: bool
§cterefcount: c_int
§ctecolnames: *mut List
§ctecoltypes: *mut List
§ctecoltypmods: *mut List
§ctecolcollations: *mut List
Trait Implementations§
source§impl Clone for CommonTableExpr
impl Clone for CommonTableExpr
source§fn clone(&self) -> CommonTableExpr
fn clone(&self) -> CommonTableExpr
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 CommonTableExpr
impl Debug for CommonTableExpr
source§impl Default for CommonTableExpr
impl Default for CommonTableExpr
source§impl Display for CommonTableExpr
impl Display for CommonTableExpr
source§impl PgNode for CommonTableExpr
impl PgNode for CommonTableExpr
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CommonTableExpr
Auto Trait Implementations§
impl Freeze for CommonTableExpr
impl RefUnwindSafe for CommonTableExpr
impl !Send for CommonTableExpr
impl !Sync for CommonTableExpr
impl Unpin for CommonTableExpr
impl UnwindSafe for CommonTableExpr
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