apoc.schema.properties.distinctCountProcedure
|
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. |