pub fn spill_record_batch_by_size(
batch: &RecordBatch,
path: PathBuf,
schema: Arc<Schema>,
batch_size_rows: usize,
) -> Result<(), DataFusionError>👎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