pub fn export_dataset_to_arrow_ipc(
path: &Path,
ds: &DataSet,
) -> IngestionResult<()>Expand description
Write an in-memory DataSet to a single Arrow IPC file using Polars (for JVM / Arrow
bridges that prefer IPC over large JSON DataSet payloads).