apoc.schema.properties.distinct
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 |
||
Input arguments |
Name |
Type |
Description |
|
|
The node label to find distinct properties on. |
|
|
|
The name of the property to find distinct values of. |
|
Return arguments |
Name |
Type |
Description |
|
|
The list of distinct values for the given property. |