Struct polars_io::parquet::predicates::BatchStats
source · [−]pub struct BatchStats { /* private fields */ }
Expand description
A collection of column stats with a known schema.
Implementations
sourceimpl BatchStats
impl BatchStats
Auto Trait Implementations
impl !RefUnwindSafe for BatchStats
impl !Send for BatchStats
impl !Sync for BatchStats
impl Unpin for BatchStats
impl !UnwindSafe for BatchStats
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