Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7dd41a0

Browse files
authoredNov 14, 2024··
DOC-2262 GroupByAccum-3.6
1 parent 6c61d86 commit 7dd41a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/querying/pages/accumulators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ MapAccum<STRING, GroupByAccum<VERTEX a, MaxAccum<INT> maxs>>
14401440
MapAccum<SetAccum<INT>, INT> # illegal
14411441
----
14421442

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

0 commit comments

Comments
 (0)
Please sign in to comment.