Struct polars::prelude::predicates::ColumnStats
source · [−]pub struct ColumnStats(_);
Expand description
The statistics for a column in a Parquet file they typically hold
- max value
- min value
- null_count
Implementations
sourceimpl ColumnStats
impl ColumnStats
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ColumnStats
impl !Send for ColumnStats
impl !Sync for ColumnStats
impl Unpin for ColumnStats
impl !UnwindSafe for ColumnStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more