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