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

Method min

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

Source from the content-addressed store, hash-verified

1217
1218 @overload
1219 def min( # noqa: A001
1220 self,
1221 col: ColumnElement[_T],
1222 *args: _ColumnExpressionOrLiteralArgument[Any],
1223 **kwargs: Any,
1224 ) -> _min_func[_T]: ...
1225
1226 @overload
1227 def min( # noqa: A001

Callers 9

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

Calls

no outgoing calls

Tested by 4

test_aggregateMethod · 0.64
setup_classesMethod · 0.64