Struct polars::prelude::predicates::BatchStats
source · [−]pub struct BatchStats { /* private fields */ }
Expand description
A collection of column stats with a known schema.
Implementations
sourceimpl BatchStats
impl BatchStats
pub fn get_stats(&self, column: &str) -> Result<&ColumnStats, PolarsError>
pub fn schema(&self) -> &Schema
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