Skip to main content

columns_to_projection

Function columns_to_projection 

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