daft.Expression.list.max

daft.Expression.list.max#

Expression.list.max() Expression[source]#

Calculates the maximum of each list. If no non-null values in a list, the result is null.

Returns:

a Float64 expression with the type of the list values

Return type:

Expression