Public Attributes | List of all members
rapidsmpf::streaming::PartitionMapChunk Struct Reference

Chunk of packed partitions identified by partition ID. More...

#include <partition.hpp>

Public Attributes

std::unordered_map< shuffler::PartID, PackedDatadata
 Packed data for each partition, keyed by partition ID.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: