Introduction
These accumulators help find the smallest or largest value in a group of data. They make it easy to get minimum or maximum values from many records.
Finding the lowest price of products in a store.
Getting the highest score in a game leaderboard.
Finding the earliest or latest date in a list of events.
Determining the smallest or largest measurement in sensor data.