Function spark_connect_core::functions::datediff

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