Function spark_connect_rs::functions::datediff

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