Page 1 of 1

data structure in aggregator stage

Posted: Tue Dec 18, 2012 3:15 am
by zulfi123786
I was going through the documentation of aggregator stage and wondering what data structure is used to hold data in the heap.

Thanks

Posted: Tue Dec 18, 2012 1:15 pm
by ray.wurlod
It's not documented. Essentially it's a hash table keyed by the combined value of the grouping keys and containing the aggregation results for that group.