Skip to main content

save

Function save 

Source
pub fn save<W: Write>(
    writer: &mut W,
    batches: &[RecordBatch],
    dataset_type: DatasetType,
    options: &SaveOptions,
) -> Result<()>
Expand description

Save an Arrow dataset to the .ald format

ยงErrors

Returns error if serialization or I/O fails.