Struct pgrx_pg_sys::CachedExpression
source · #[repr(C)]pub struct CachedExpression {
pub magic: c_int,
pub expr: *mut Node,
pub is_valid: bool,
pub relationOids: *mut List,
pub invalItems: *mut List,
pub context: MemoryContext,
pub node: dlist_node,
}
Fields§
§magic: c_int
§expr: *mut Node
§is_valid: bool
§relationOids: *mut List
§invalItems: *mut List
§context: MemoryContext
§node: dlist_node
Trait Implementations§
source§impl Clone for CachedExpression
impl Clone for CachedExpression
source§fn clone(&self) -> CachedExpression
fn clone(&self) -> CachedExpression
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 more