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