pub fn partitioned_file_groups(
path: &str,
filename: &str,
partitions: usize,
file_format: Arc<dyn FileFormat>,
file_compression_type: FileCompressionType,
work_dir: &Path,
) -> Result<Vec<FileGroup>>
Available on non-WebAssembly only.
Expand description
Returns file groups Vec<FileGroup>
for scanning partitions
of filename