Add a file as a single group See [`Self::with_file_groups`] for more information.
(self, partitioned_file: PartitionedFile)
| 445 | /// |
| 446 | /// See [`Self::with_file_groups`] for more information. |
| 447 | pub fn with_file(self, partitioned_file: PartitionedFile) -> Self { |
| 448 | self.with_file_group(FileGroup::new(vec![partitioned_file])) |
| 449 | } |
| 450 | |
| 451 | /// Set the output ordering of the files |
| 452 | /// |