spill_record_batch_by_size

Function spill_record_batch_by_size 

Source
pub fn spill_record_batch_by_size(
    batch: &RecordBatch,
    path: PathBuf,
    schema: SchemaRef,
    batch_size_rows: usize,
) -> Result<()>
👎Deprecated since 46.0.0: This method is deprecated. Use SpillManager::spill_record_batch_by_size instead.
Expand description

Spill the RecordBatch to disk as smaller batches split by batch_size_rows