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