Function array_position

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