pub fn create_file_processor<P: AsRef<Path>>( path: P, file_size_hint: Option<u64>, ) -> Result<FileProcessorType<'static>, TaleError>
Create the optimal file processor for the given file and operation