pub fn columns_to_projection<T>(
columns: &[T],
schema: &Schema<Field, BTreeMap<PlSmallStr, PlSmallStr>>,
) -> Result<Vec<usize>, PolarsError>pub fn columns_to_projection<T>(
columns: &[T],
schema: &Schema<Field, BTreeMap<PlSmallStr, PlSmallStr>>,
) -> Result<Vec<usize>, PolarsError>