apoc.agg

Qualified Name Type

Returns index of the element that match the given value

Function

Returns index of the element that match the given predicate

Procedure

apoc.agg.multiStats(nodeOrRel, keys) - Return a multi-dimensional aggregation

Function

apoc.agg.rollup(<ANY>, [groupKeys], [aggKeys])

Emulate an Oracle/Mysql rollup command: `ROLLUP groupKeys, SUM(aggKey1), AVG(aggKey1), COUNT(aggKey1), SUM(aggKey2), AVG(aggKey2), …​ `

Function