layout: section title: “CombineGlobally” permalink: /documentation/transforms/python/aggregation/combineglobally/ section_menu: section-menu/documentation.html

CombineGlobally

Combines all elements in a collection.

See more information in the [Beam Programming Guide]({{ site.baseurl }}/documentation/programming-guide/#combine).

Examples

See BEAM-7390 for updates.

Related transforms

You can use the following combiner transforms:

  • [Mean]({{ site.baseurl }}/documentation/transforms/python/aggregation/mean)
  • [Count]({{ site.baseurl }}/documentation/transforms/python/aggregation/count)
  • [Top]({{ site.baseurl }}/documentation/transforms/python/aggregation/top)
  • [Sample]({{ site.baseurl }}/documentation/transforms/python/aggregation/sample)