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

Method min

lib/sqlalchemy/sql/functions.py:1170–1175  ·  view source on GitHub ↗
(  # noqa: A001
            self,
            col: ColumnElement[_T],
            *args: _ColumnExpressionOrLiteralArgument[Any],
            **kwargs: Any,
        )

Source from the content-addressed store, hash-verified

1168
1169 @overload
1170 def min( # noqa: A001
1171 self,
1172 col: ColumnElement[_T],
1173 *args: _ColumnExpressionOrLiteralArgument[Any],
1174 **kwargs: Any,
1175 ) -> _min_func[_T]: ...
1176
1177 @overload
1178 def min( # noqa: A001

Callers 6

_constraint_queryMethod · 0.80
_index_queryMethod · 0.80
functions_again.pyFile · 0.80
functions.pyFile · 0.80
test_aggregateMethod · 0.80
move_armyFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_aggregateMethod · 0.64