MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / sum

Class sum

lib/sqlalchemy/sql/functions.py:1735–1738  ·  view source on GitHub ↗

The SQL SUM() aggregate function.

Source from the content-addressed store, hash-verified

1733
1734
1735class sum(ReturnTypeFromArgs[_T]): # noqa: A001
1736 """The SQL SUM() aggregate function."""
1737
1738 inherit_cache = True
1739
1740
1741class now(GenericFunction[datetime.datetime]):

Callers 12

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
goFunction · 0.85
prop_scoreMethod · 0.85
propagate_casesMethod · 0.85

Calls

no outgoing calls

Tested by 4

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