Function polars_lazy::dsl::functions::time_range   
pub fn time_range(
    start: Expr,
    end: Expr,
    interval: Duration,
    closed: ClosedWindow
) -> ExprAvailable on crate feature 
dtype-time only.Expand description
Generate a time range.