apoc.agg.maxItems
Function
apoc.agg.maxItems(item, value, groupLimit: -1) - returns a map {items:[], value:n} where value
is the maximum value present, and items
are all items with the same value. The number of items can be optionally limited.
Function
apoc.agg.maxItems(item, value, groupLimit: -1) - returns a map {items:[], value:n} where value
is the maximum value present, and items
are all items with the same value. The number of items can be optionally limited.