sql_list_sum

sql_list_sum(x)[source]

Return a representation of the sum of a list.

Parameters

x (tiatoolbox.annotation.dsl.SQLJSONDictionary) – The list to sum.

Returns

SQLTriplet for a function call to sum the list.

Return type

SQLTriplet