layout: section title: “Min” permalink: /documentation/transforms/java/aggregation/min/ section_menu: section-menu/documentation.html

Min

Examples

See BEAM-7703 for updates.

Related transforms

  • [Max]({{ site.baseurl }}/documentation/transforms/java/aggregation/max) for computing maximum values in a collection
  • [Mean]({{ site.baseurl }}/documentation/transforms/java/aggregation/mean) for computing the arithmetic mean of the elements in a collection
  • [Combine]({{ site.baseurl }}/documentation/transforms/java/aggregation/combine) for combining all values associated with a key to a single result