apoc.schema.properties.distinctCount
This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13). For more information, see the Cypher Manual → Parallel runtime. |
Syntax |
|
||
Description |
Returns all distinct property values and counts for the given key. |
||
Input arguments |
Name |
Type |
Description |
|
|
The node label to count distinct properties on. The default is: ``. |
|
|
|
The name of the property to count distinct values of. The default is: ``. |
|
Return arguments |
Name |
Type |
Description |
|
|
The label of the node. |
|
|
|
The name of the property key. |
|
|
|
The distinct value. |
|
|
|
The number of occurrences of the value. |