Trait polars::prelude::PolarsRound

source ·
pub trait PolarsRound {
    // Required method
    fn round(
        &self,
        every: Duration,
        offset: Duration,
        tz: Option<&Tz>
    ) -> Result<Self, PolarsError>
       where Self: Sized;
}
Available on crate feature temporal only.

Required Methods§

source

fn round( &self, every: Duration, offset: Duration, tz: Option<&Tz> ) -> Result<Self, PolarsError>
where Self: Sized,

Implementors§