Skip to main content

write_table_with

Function write_table_with 

Source
fn write_table_with(
    path: &Path,
    batches: &[RecordBatch],
    codec: Option<CompressionType>,
) -> Result<()>