Module in_progress_spill_file

Module in_progress_spill_file 

Source
Expand description

Define the InProgressSpillFile struct, which represents an in-progress spill file used for writing RecordBatches to disk, created by SpillManager.

Structsยง

InProgressSpillFile
Represents an in-progress spill file used for writing RecordBatches to disk, created by SpillManager. Caller is able to use this struct to incrementally append in-memory batches to the file, and then finalize the file by calling the finish method.