Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
spill_record_batch_by_size in datafusion::physical_plan::spill - Rust
[go: Go Back, main page]

datafusion::physical_plan::spill

Function spill_record_batch_by_size

Source
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