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

Class min

lib/sqlalchemy/sql/functions.py:1729–1732  ·  view source on GitHub ↗

The SQL MIN() aggregate function.

Source from the content-addressed store, hash-verified

1727
1728
1729class min(ReturnTypeFromArgs[_T]): # noqa: A001
1730 """The SQL MIN() aggregate function."""
1731
1732 inherit_cache = True
1733
1734
1735class sum(ReturnTypeFromArgs[_T]): # noqa: A001

Callers 15

fetchmanyMethod · 0.85
fetchmanyMethod · 0.85
fetchmanyMethod · 0.85
_parse_errorFunction · 0.85
fetchmanyMethod · 0.85
__init__Method · 0.85
_buffer_rowsMethod · 0.85
fetchmanyMethod · 0.85
fetchmanyMethod · 0.85
fetchmanyMethod · 0.85
inject_docstring_textFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_stream_optionsMethod · 0.68
test_partitionsMethod · 0.68