Struct pgrx_pg_sys::ProjectionInfo
source · #[repr(C)]pub struct ProjectionInfo {
pub type_: NodeTag,
pub pi_state: ExprState,
pub pi_exprContext: *mut ExprContext,
}
Fields§
§type_: NodeTag
§pi_state: ExprState
§pi_exprContext: *mut ExprContext
Trait Implementations§
source§impl Clone for ProjectionInfo
impl Clone for ProjectionInfo
source§fn clone(&self) -> ProjectionInfo
fn clone(&self) -> ProjectionInfo
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 ProjectionInfo
impl Debug for ProjectionInfo
source§impl Default for ProjectionInfo
impl Default for ProjectionInfo
source§impl Display for ProjectionInfo
impl Display for ProjectionInfo
source§impl PgNode for ProjectionInfo
impl PgNode for ProjectionInfo
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more