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.