pub fn split_files(
partitioned_files: Vec<PartitionedFile>,
n: usize,
) -> Vec<Vec<PartitionedFile>>👎Deprecated since 47.0.0: use
FileGroup::split_files insteadExpand description
Partition the list of files into n groups