Struct pgrx_pg_sys::PgStat_TableCounts
source · #[repr(C)]pub struct PgStat_TableCounts {Show 13 fields
pub t_numscans: PgStat_Counter,
pub t_tuples_returned: PgStat_Counter,
pub t_tuples_fetched: PgStat_Counter,
pub t_tuples_inserted: PgStat_Counter,
pub t_tuples_updated: PgStat_Counter,
pub t_tuples_deleted: PgStat_Counter,
pub t_tuples_hot_updated: PgStat_Counter,
pub t_truncated: bool,
pub t_delta_live_tuples: PgStat_Counter,
pub t_delta_dead_tuples: PgStat_Counter,
pub t_changed_tuples: PgStat_Counter,
pub t_blocks_fetched: PgStat_Counter,
pub t_blocks_hit: PgStat_Counter,
}
Fields§
§t_numscans: PgStat_Counter
§t_tuples_returned: PgStat_Counter
§t_tuples_fetched: PgStat_Counter
§t_tuples_inserted: PgStat_Counter
§t_tuples_updated: PgStat_Counter
§t_tuples_deleted: PgStat_Counter
§t_tuples_hot_updated: PgStat_Counter
§t_truncated: bool
§t_delta_live_tuples: PgStat_Counter
§t_delta_dead_tuples: PgStat_Counter
§t_changed_tuples: PgStat_Counter
§t_blocks_fetched: PgStat_Counter
§t_blocks_hit: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_TableCounts
impl Clone for PgStat_TableCounts
source§fn clone(&self) -> PgStat_TableCounts
fn clone(&self) -> PgStat_TableCounts
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 PgStat_TableCounts
impl Debug for PgStat_TableCounts
source§impl Default for PgStat_TableCounts
impl Default for PgStat_TableCounts
source§fn default() -> PgStat_TableCounts
fn default() -> PgStat_TableCounts
Returns the “default value” for a type. Read more
impl Copy for PgStat_TableCounts
Auto Trait Implementations§
impl Freeze for PgStat_TableCounts
impl RefUnwindSafe for PgStat_TableCounts
impl Send for PgStat_TableCounts
impl Sync for PgStat_TableCounts
impl Unpin for PgStat_TableCounts
impl UnwindSafe for PgStat_TableCounts
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