Trait polars::prelude::PolarsTruncate

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

Required Methods§

source

fn truncate( &self, tz: Option<&Tz>, every: &ChunkedArray<StringType>, offset: &str ) -> Result<Self, PolarsError>
where Self: Sized,

Implementors§