Skip to content

Commit 3f65669

Browse files
update description of the procedure db.schema.visualization (#410) (#1148)
Co-authored-by: Nadja Müller <[email protected]>
1 parent cd8a32e commit 3f65669

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/reference/procedures.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,10 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
13161316
|===
13171317
| Description
13181318
a|
1319-
Visualize the schema of the data.
1319+
Visualizes the schema of the data based on available statistics. A new node is returned for each label.
1320+
The properties represented on the node include `name` (label name), `indexes` (list of indexes), and `constraints` (list of constraints).
1321+
A relationship of a given type is returned for all possible combinations of start and end nodes.
1322+
Note that this may include additional relationships that do not exist in the data due to the information available in the count store.
13201323
| Signature
13211324
m|db.schema.visualization() :: (nodes :: LIST<NODE>, relationships :: LIST<RELATIONSHIP>)
13221325
| Mode

0 commit comments

Comments
 (0)