Chunk of packed partitions identified by partition ID. More...
#include <partition.hpp>
Public Attributes | |
| std::unordered_map< shuffler::PartID, PackedData > | data |
| Packed data for each partition, keyed by partition ID. | |
Chunk of packed partitions identified by partition ID.
Represents a single unit of work in a streaming pipeline where each partition is associated with a PartID and contains packed (serialized) data.
Definition at line 24 of file partition.hpp.