pub fn parse_partitions_for_path<'a, I>(
table_path: &ListingTableUrl,
file_path: &'a Path,
table_partition_cols: I,
) -> Option<Vec<&'a str>>where
I: IntoIterator<Item = &'a str>,Expand description
Extract the partition values for the given file_path (in the given table_path)
associated to the partitions defined by table_partition_cols