pub fn dataset_to_jsonl(
ds: &DataSet,
column_order: &[String],
) -> IngestionResult<String>Expand description
Serialize each row as one JSON object per line (UTF-8), columns in column_order.
Column names must exist on ds. Row order is preserved.