pub async fn list_partitions(
store: &(dyn ObjectStore + 'static),
table_path: &ListingTableUrl,
max_depth: usize,
partition_prefix: Option<Path>,
) -> Result<Vec<Partition>, DataFusionError>Expand description
Returns a recursive list of the partitions in table_path up to max_depth