Function datafusion::common::delta::shift_months
source · pub fn shift_months<D>(date: D, months: i32, sign: i32) -> Dwhere
D: Datelike,
Expand description
Shift a date by the given number of months. Ambiguous month-ends are shifted backwards as necessary.