Struct pgrx_pg_sys::VariableStatData
source · #[repr(C)]pub struct VariableStatData {
pub var: *mut Node,
pub rel: *mut RelOptInfo,
pub statsTuple: HeapTuple,
pub freefunc: Option<unsafe extern "C" fn(tuple: HeapTuple)>,
pub vartype: Oid,
pub atttype: Oid,
pub atttypmod: int32,
pub isunique: bool,
pub acl_ok: bool,
}
Fields§
§var: *mut Node
§rel: *mut RelOptInfo
§statsTuple: HeapTuple
§freefunc: Option<unsafe extern "C" fn(tuple: HeapTuple)>
§vartype: Oid
§atttype: Oid
§atttypmod: int32
§isunique: bool
§acl_ok: bool
Trait Implementations§
source§impl Clone for VariableStatData
impl Clone for VariableStatData
source§fn clone(&self) -> VariableStatData
fn clone(&self) -> VariableStatData
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