Function spark_connect_core::functions::array_position

source ยท
pub fn array_position<T: ToExpr + ToLiteralExpr>(col: T, value: T) -> Column
where Vec<T>: ToVecExpr,