Function polars_io::utils::materialize_projection

source ยท
pub fn materialize_projection(
    with_columns: Option<&[String]>,
    schema: &Schema,
    hive_partitions: Option<&[Series]>,
    has_row_index: bool
) -> Option<Vec<usize>>