We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05caf5c commit 7f962e0Copy full SHA for 7f962e0
docs/basic/graphs.rst
@@ -59,9 +59,8 @@ The description of the graphs:
59
pgr_extractVertices
60
================================================================================
61
62
-``pgr_extractVertices`` compute the connected components of an undirected
63
-graph using a Depth First Search approach. A connected component of an
64
-undirected graph is a set of vertices that are all reachable from each other.
+``pgr_extractVertices`` extracts the vertices (nodes) from an edge table and
+reports per-vertex attributes such as degree
65
66
.. rubric:: Signature summary
67
0 commit comments