☰
PolarsTruncate
Required Methods
truncate
Implementors
In polars::prelude
?
Trait
polars
::
prelude
::
PolarsTruncate
source
·
[
−
]
pub trait PolarsTruncate { fn
truncate
(&self, every:
Duration
, offset:
Duration
) -> Self; }
Required methods
source
fn
truncate
(&self, every:
Duration
, offset:
Duration
) -> Self
Implementors
source
impl
PolarsTruncate
for
Logical
<
DateType
,
Int32Type
>
source
impl
PolarsTruncate
for
Logical
<
DatetimeType
,
Int64Type
>