MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / min

Class min

lib/sqlalchemy/sql/functions.py:1832–1835  ·  view source on GitHub ↗

The SQL MIN() aggregate function.

Source from the content-addressed store, hash-verified

1830
1831
1832class min(ReturnTypeFromArgs[_T]): # noqa: A001
1833 """The SQL MIN() aggregate function."""
1834
1835 inherit_cache = True
1836
1837
1838class sum(ReturnTypeFromArgs[_T]): # noqa: A001

Callers 15

fetchmanyMethod · 0.85
_parse_errorFunction · 0.85
__init__Method · 0.85
_buffer_rowsMethod · 0.85
fetchmanyMethod · 0.85
fetchmanyMethod · 0.85
fetchmanyMethod · 0.85
inject_docstring_textFunction · 0.85
test_stream_optionsMethod · 0.85
_print_query_statsFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_stream_optionsMethod · 0.68
test_partitionsMethod · 0.68