Thrill  0.1
PagePageLink Struct Reference

Detailed Description

A pair (page source, page target)

Definition at line 46 of file page_rank.hpp.

#include <page_rank.hpp>

Public Attributes

PageId src
 
PageId tgt
 

Friends

std::ostream & operator<< (std::ostream &os, const PagePageLink &a)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const PagePageLink a 
)
friend

Definition at line 49 of file page_rank.hpp.

Member Data Documentation

◆ src

PageId src

Definition at line 47 of file page_rank.hpp.

Referenced by RunJoinPageRankEdgePerLine(), and RunPageRankEdgePerLine().

◆ tgt

PageId tgt

Definition at line 47 of file page_rank.hpp.

Referenced by RunJoinPageRankEdgePerLine(), and RunPageRankEdgePerLine().


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