MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / max

Class max

lib/sqlalchemy/sql/functions.py:1826–1829  ·  view source on GitHub ↗

The SQL MAX() aggregate function.

Source from the content-addressed store, hash-verified

1824
1825
1826class max(ReturnTypeFromArgs[_T]): # noqa: A001
1827 """The SQL MAX() aggregate function."""
1828
1829 inherit_cache = True
1830
1831
1832class min(ReturnTypeFromArgs[_T]): # noqa: A001

Callers 15

get_insert_defaultMethod · 0.85
_parse_errorFunction · 0.85
__init__Method · 0.85
_append_new_columnMethod · 0.85
replaceMethod · 0.85
_truncated_identifierMethod · 0.85
_enum_initMethod · 0.85
_truncate_nameFunction · 0.85
_standard_listen_exampleFunction · 0.85

Calls

no outgoing calls

Tested by 4

_test_overflowMethod · 0.68
profileFunction · 0.68