Trait polars_time::PolarsRound

source ·
pub trait PolarsRound {
    // Required method
    fn round(
        &self,
        every: &StringChunked,
        tz: Option<&Tz>
    ) -> PolarsResult<Self>
       where Self: Sized;
}

Required Methods§

source

fn round(&self, every: &StringChunked, tz: Option<&Tz>) -> PolarsResult<Self>
where Self: Sized,

Implementations on Foreign Types§

source§

impl PolarsRound for DateChunked

source§

fn round(&self, every: &StringChunked, _tz: Option<&Tz>) -> PolarsResult<Self>

source§

impl PolarsRound for DatetimeChunked

source§

fn round(&self, every: &StringChunked, tz: Option<&Tz>) -> PolarsResult<Self>

Implementors§