Function flatten

Source
pub fn flatten<T: ToExpr>(col: T) -> Column
where Vec<T>: ToVecExpr,