apoc.schema.properties.distinctCount

Procedure

apoc.schema.properties.distinctCount([label], [key]) YIELD label, key, value, count - quickly returns all distinct values and counts for a given key

Signature

apoc.schema.properties.distinctCount(label =  :: STRING?, key =  :: STRING?) :: (label :: STRING?, key :: STRING?, value :: ANY?, count :: INTEGER?)

Input parameters

Name Type Default

label

STRING?

key

STRING?

Output parameters

Name Type

label

STRING?

key

STRING?

value

ANY?

count

INTEGER?