Skip to content

Commit d66ffe4

Browse files
authored
chore: fix readme example typo (#245)
1 parent 1263e73 commit d66ffe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Logical table of edges
106106

107107
For maintaining a type of edges (that with the same triplet of the source label, edge label, and destination label), a logical edge table is established. And in order to support quickly creating a graph from the graph storage file, the logical edge table could maintain the topology information in a way similar to CSR/CSC (learn more about `CSR/CSC <https://en.wikipedia.org/wiki/Sparse_matrix>`_), that is, the edges are ordered by the internal vertex id of either source or destination. In this way, an offset table is required to store the start offset for each vertex's edges, and the edges with the same source/destination will be stored continuously in the logical table.
108108

109-
Take the logical table for "person likes person" edges as an example, the logical edge table looks like:
109+
Take the logical table for "person knows person" edges as an example, the logical edge table looks like:
110110

111111
.. image:: https://alibaba.github.io/GraphAr/_images/edge_logical_table.png
112112
:width: 650

0 commit comments

Comments
 (0)