Function deserialize_data_file_from_json

Source
pub fn deserialize_data_file_from_json(
    json: &str,
    partition_spec_id: i32,
    partition_type: &StructType,
    schema: &Schema,
) -> Result<DataFile>
Expand description

Deserialize a DataFile from a JSON string.