Skip to main content

export_dataset_to_xml

Function export_dataset_to_xml 

Source
pub fn export_dataset_to_xml(path: &Path, ds: &DataSet) -> IngestionResult<()>
Expand description

Write an in-memory DataSet to a single Parquet file using Polars.

Intended for JVM / Spark bridges that prefer reading Parquet from disk over large JSON payloads.