pub fn time_range(
name: PlSmallStr,
start: NaiveTime,
end: NaiveTime,
interval: Duration,
closed: ClosedWindow,
) -> Result<Logical<TimeType, Int64Type>, PolarsError>
Expand description
Create a TimeChunked
from a given start
and end
date and a given interval
.