Slide 16
Slide 16 text
Graph Primitives
A graph consists
» A table of vertices (vid Int, attr1 Int, attr2 …)
» A table of edges (srcId Int, dstId Int, attr1 Int,
attr2 String …)
Relational operators:
» E.g. filter vertices, edges, joining vertices with tables
Graph computation primitives:
» aggregateNeighbors(mapUdf, reduceUdaf)