Enum parquet::file::properties::EnabledStatistics
source · pub enum EnabledStatistics {
None,
Chunk,
Page,
}
Expand description
Controls the level of statistics to be computed by the writer
Variants§
None
Compute no statistics
Chunk
Compute chunk-level statistics but not page-level
Page
Compute page-level and chunk-level statistics
Trait Implementations§
source§impl Clone for EnabledStatistics
impl Clone for EnabledStatistics
source§fn clone(&self) -> EnabledStatistics
fn clone(&self) -> EnabledStatistics
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 EnabledStatistics
impl Debug for EnabledStatistics
source§impl Default for EnabledStatistics
impl Default for EnabledStatistics
source§impl FromStr for EnabledStatistics
impl FromStr for EnabledStatistics
source§impl PartialEq for EnabledStatistics
impl PartialEq for EnabledStatistics
impl Copy for EnabledStatistics
impl Eq for EnabledStatistics
impl StructuralPartialEq for EnabledStatistics
Auto Trait Implementations§
impl Freeze for EnabledStatistics
impl RefUnwindSafe for EnabledStatistics
impl Send for EnabledStatistics
impl Sync for EnabledStatistics
impl Unpin for EnabledStatistics
impl UnwindSafe for EnabledStatistics
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)