spark_connect_rs::functions

Function months_between

Source
pub fn months_between(
    date1: impl Into<Column>,
    date2: impl Into<Column>,
    round_off: Option<bool>,
) -> Column
Expand description

Returns number of months between dates date1 and date2.