Skip to main content

columns_to_projection

Function columns_to_projection 

Source
pub fn columns_to_projection<T: AsRef<str>>(
    columns: &[T],
    schema: &ArrowSchema,
) -> PolarsResult<Vec<usize>>
Available on crate features avro or ipc_streaming or ipc or parquet only.