pub fn spill_record_batch_by_size(
batch: &RecordBatch,
path: PathBuf,
schema: Arc<Schema>,
batch_size_rows: usize,
) -> Result<(), DataFusionError>
Expand description
Spill the RecordBatch
to disk as smaller batches
split by batch_size_rows