Representation of how an input graph is sharded on disk. More...
Public Member Functions | |
sharded_description (std::string filename, std::size_t n, std::size_t m, std::size_t t, std::vector< std::size_t > s) | |
Public Attributes | |
std::string | basedir |
The directory where the shards are stored. | |
std::size_t | vertices |
Total number of vertices. | |
std::size_t | edges |
Total number of edges. | |
std::size_t | total_shards |
Total number of shards. | |
std::vector< std::size_t > | shape |
Shape of the nested directory structure. | |
Representation of how an input graph is sharded on disk.