pub fn serialize_data_file_to_json(
data_file: DataFile,
partition_type: &StructType,
format_version: FormatVersion,
) -> Result<String>Expand description
Serialize a DataFile to a JSON string.
pub fn serialize_data_file_to_json(
data_file: DataFile,
partition_type: &StructType,
format_version: FormatVersion,
) -> Result<String>Serialize a DataFile to a JSON string.