datafusion_common::utils

Function transpose

Source
pub fn transpose<T>(original: Vec<Vec<T>>) -> Vec<Vec<T>>
Expand description

Transposes the given vector of vectors.