Chunk of packed partitions stored as a vector. More...
#include <partition.hpp>
Public Attributes | |
| std::vector< PackedData > | data |
| Packed data for each partition stored in a vector. | |
Chunk of packed partitions stored as a vector.
Represents a single unit of work in a streaming pipeline where the partitions are stored in a vector.
Definition at line 37 of file partition.hpp.