pyflink.table.expression.Expression.array_max# Expression.array_max() → pyflink.table.expression.Expression[source]# Returns the maximum value from the array. if array itself is null, the function returns null. New in version 1.12.0.