Function spark_connect_rs::functions::date_add

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