daft.Expression.list.min

daft.Expression.list.min#

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

Calculates the minimum 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