FunctionsArrayarray_maxScans numeric elements and returns the largest non-null value. array_max(…) → Float64 Kind · scalar Scans numeric elements and returns the largest non-null value. Part of the Array family.array_mapSupports identity mapping by default and optional built-in transforms such as lower, upper, and abs.array_minReturns the smallest numeric element in each array after skipping null values.