pub fn deserialize_data_file_from_json( json: &str, partition_spec_id: i32, partition_type: &StructType, schema: &Schema, ) -> Result<DataFile>
Deserialize a DataFile from a JSON string.