daft.Expression.list.sum

daft.Expression.list.sum#

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

Sums each list. Empty lists and lists with all nulls yield null.

Returns:

an expression with the type of the list values

Return type:

Expression