MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sum

Class sum

lib/sqlalchemy/sql/functions.py:1838–1841  ·  view source on GitHub ↗

The SQL SUM() aggregate function.

Source from the content-addressed store, hash-verified

1836
1837
1838class sum(ReturnTypeFromArgs[_T]): # noqa: A001
1839 """The SQL SUM() aggregate function."""
1840
1841 inherit_cache = True
1842
1843
1844class now(GenericFunction[datetime.datetime]):

Callers 13

mainFunction · 0.85
__init__Method · 0.85
__len__Method · 0.85
corresponding_columnMethod · 0.85
mergeMethod · 0.85
_is_many_to_manyFunction · 0.85
sizeofFunction · 0.85
decorateMethod · 0.85
_print_query_statsFunction · 0.85
mainFunction · 0.85
goFunction · 0.85
prop_scoreMethod · 0.85

Calls

no outgoing calls

Tested by 4

decorateMethod · 0.68
goFunction · 0.68
prop_scoreMethod · 0.68
propagate_casesMethod · 0.68