What's New and Changed > Part IV: Versions 10.2.2 - 10.2.2 HotFix 1 > 10.2.2 What's Changed > Enterprise Data Lake
  

Enterprise Data Lake

This section describes the changes to Enterprise Data Lake in version 10.2.2.

MAX and MIN Functions

Effective in version 10.2.2, the behavior of the MAX and MIN aggregation functions is changed. To maintain the behavior of the MAX and MIN functions provided in version 10.2.1 or earlier in a worksheet, rename the functions to MAXINLIST and MININLIST in the worksheet recipe.
The following table describes the functions provided in version 10.2.2:
Function
Description
MAX (value)
Returns the maximum value among all rows in the worksheet, based on the columns included in the specified expression.
MIN (value)
Returns the minimum value among all rows in the worksheet, based on the columns included in the specified expression.
MAXINLIST (value, [value],...)
Returns the largest number or latest date in the specified list of expressions.
MININLIST (value, [value],...)
Returns the smallest number or earliest date in the specified list of expressions.