Function make_ym_interval

Source
pub fn make_ym_interval(
    years: Option<impl Into<Column>>,
    months: Option<impl Into<Column>>,
) -> Column
Expand description

Make year-month interval from years, months.