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