Function arrays_zip

Source
pub fn arrays_zip<I>(cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,
Expand description

Returns a merged array of structs in which the N-th struct contains all N-th values of input arrays.