Skip to main content

dataset_scenario_ids

Function dataset_scenario_ids 

Source
pub fn dataset_scenario_ids(
    dir: impl AsRef<Path>,
    from: &str,
) -> Result<Vec<i64>>
Expand description

Return the distinct scenario IDs in ascending order for dataset directory dir in the named from format. The C ABI exposes the same query through pio_scenario_ids.

ยงErrors

As read_dataset_dir.