Module spill_manager

Module spill_manager 

Source
Expand description

Define the SpillManager struct, which is responsible for reading and writing RecordBatches to raw files based on the provided configurations.

Structs§

SpillManager
The SpillManager is responsible for the following tasks:

Traits§

GetSlicedSize 🔒