sql_list_sum¶
tiatoolbox.annotation.dsl.sql_list_sum
- sql_list_sum(x)[source]¶
Return a representation of the sum of a list.
- Parameters
x (SQLJSONDictionary) – The list to sum.
- Returns
SQLTriplet for a function call to sum the list.
- Return type
tiatoolbox.annotation.dsl.sql_list_sum
Return a representation of the sum of a list.
x (SQLJSONDictionary) – The list to sum.
SQLTriplet for a function call to sum the list.