package polars

  1. Overview
  2. Docs

Module Polars.DurationSource

Sourcetype t

Duration.t is a timespan type used by polars.

The underlying Rust type is chrono::Duration (https://docs.rs/chrono/latest/chrono/struct.Duration.html).

Sourceval of_span : Core.Time_ns.Span.t -> t
Sourceval to_span : t -> Core.Time_ns.Span.t
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourcemodule For_testing : sig ... end