apoc.coll.sum
Function
apoc.coll.sum(coll LIST<INTEGER \| FLOAT>)
- returns the sum of all the INTEGER \| FLOAT
in the LIST<INTEGER \| FLOAT>
.
Function
apoc.coll.sum(coll LIST<INTEGER \| FLOAT>)
- returns the sum of all the INTEGER \| FLOAT
in the LIST<INTEGER \| FLOAT>
.