Skip to content

Commit

Permalink
Merge pull request #198 from tigergraph/DOC-2262-Accumulators-GroupBy…
Browse files Browse the repository at this point in the history
…Accum-3.6

DOC-2262 GroupByAccum-3.6
  • Loading branch information
Tushar-TG-14 authored Dec 20, 2024
2 parents 6c61d86 + 7dd41a0 commit 5bf7175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/querying/pages/accumulators.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ MapAccum<STRING, GroupByAccum<VERTEX a, MaxAccum<INT> maxs>>
MapAccum<SetAccum<INT>, INT> # illegal
----

. GroupByAccum: All accumulator types, except for HeapAccum, can be nested within GroupByAccum as the accumulator type. For example:
. GroupByAccum: All accumulator types can be nested within GroupByAccum as the accumulator type. For example:
+
[source,text]
----
Expand Down

0 comments on commit 5bf7175

Please sign in to comment.