Function spark_connect_rs::functions::add_months

source ยท
pub fn add_months<T>(start: T, months: T) -> Column
where T: ToExpr, Vec<T>: ToVecExpr,