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

Method max

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

Source from the content-addressed store, hash-verified

1132
1133 @overload
1134 def max( # noqa: A001
1135 self,
1136 col: ColumnElement[_T],
1137 *args: _ColumnExpressionOrLiteralArgument[Any],
1138 **kwargs: Any,
1139 ) -> _max_func[_T]: ...
1140
1141 @overload
1142 def max( # noqa: A001

Calls

no outgoing calls