spark_connect_rs::functions

Function add_months

Source
pub fn add_months(start: impl Into<Column>, months: impl Into<Column>) -> Column
Expand description

Returns the date that is months months after start.