Function polars_plan::plans::hive::hive_partitions_from_paths

source ·
pub fn hive_partitions_from_paths(
    paths: &[PathBuf],
    hive_start_idx: usize,
    schema: Option<SchemaRef>,
    reader_schema: &Schema,
    try_parse_dates: bool,
) -> PolarsResult<Option<Arc<[HivePartitions]>>>
Expand description

§Safety

hive_start_idx <= [min path length]