Function datafusion::physical_plan::common::transpose
source · pub fn transpose<T>(original: Vec<Vec<T>>) -> Vec<Vec<T>> ⓘ
Expand description
Transposes the given vector of vectors.
pub fn transpose<T>(original: Vec<Vec<T>>) -> Vec<Vec<T>> ⓘ
Transposes the given vector of vectors.