Function spark_connect_rs::functions::dateadd

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