Aggregate Range Data Processing

Aggregate range routines have the advantage of allowing you to specify multiple functions per call. They allow you to perform specific functions on one or more columns for a range of rows. The functions you can perform include

  • average value for a column

  • maximum value for a column

  • minimum value for a column

  • sum of a column

For information on deprecated forms of aggregate range routine APIs, see Aggregate Range APIs (Older).