Struct pgrx_pg_sys::IndexVacuumInfo
source · #[repr(C)]pub struct IndexVacuumInfo {
pub index: Relation,
pub analyze_only: bool,
pub report_progress: bool,
pub estimated_count: bool,
pub message_level: c_int,
pub num_heap_tuples: f64,
pub strategy: BufferAccessStrategy,
}
Fields§
§index: Relation
§analyze_only: bool
§report_progress: bool
§estimated_count: bool
§message_level: c_int
§num_heap_tuples: f64
§strategy: BufferAccessStrategy
Trait Implementations§
source§impl Clone for IndexVacuumInfo
impl Clone for IndexVacuumInfo
source§fn clone(&self) -> IndexVacuumInfo
fn clone(&self) -> IndexVacuumInfo
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