Trait polars_time::chunkedarray::DurationMethods
source · [−]pub trait DurationMethods {
fn hours(&self) -> Int64Chunked;
fn days(&self) -> Int64Chunked;
fn milliseconds(&self) -> Int64Chunked;
fn nanoseconds(&self) -> Int64Chunked;
fn seconds(&self) -> Int64Chunked;
}
Required methods
fn hours(&self) -> Int64Chunked
fn hours(&self) -> Int64Chunked
Extract the hours from a Duration
fn days(&self) -> Int64Chunked
fn days(&self) -> Int64Chunked
Extract the days from a Duration
fn milliseconds(&self) -> Int64Chunked
fn milliseconds(&self) -> Int64Chunked
Extract the milliseconds from a Duration
fn nanoseconds(&self) -> Int64Chunked
fn nanoseconds(&self) -> Int64Chunked
Extract the nanoseconds from a Duration
fn seconds(&self) -> Int64Chunked
fn seconds(&self) -> Int64Chunked
Extract the seconds from a Duration
Implementations on Foreign Types
sourceimpl DurationMethods for DurationChunked
impl DurationMethods for DurationChunked
sourcefn hours(&self) -> Int64Chunked
fn hours(&self) -> Int64Chunked
Extract the hours from a Duration
sourcefn days(&self) -> Int64Chunked
fn days(&self) -> Int64Chunked
Extract the days from a Duration
sourcefn milliseconds(&self) -> Int64Chunked
fn milliseconds(&self) -> Int64Chunked
Extract the milliseconds from a Duration
sourcefn nanoseconds(&self) -> Int64Chunked
fn nanoseconds(&self) -> Int64Chunked
Extract the nanoseconds from a Duration
sourcefn seconds(&self) -> Int64Chunked
fn seconds(&self) -> Int64Chunked
Extract the seconds from a Duration