Expand description
Define the InProgressSpillFile struct, which represents an in-progress spill file used for writing RecordBatches to disk, created by SpillManager.
Structsยง
- InProgress
Spill File - Represents an in-progress spill file used for writing
RecordBatches to disk, created bySpillManager. Caller is able to use this struct to incrementally append in-memory batches to the file, and then finalize the file by calling thefinishmethod.