MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / max

Method max

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

Source from the content-addressed store, hash-verified

1181
1182 @overload
1183 def max( # noqa: A001
1184 self,
1185 col: ColumnElement[_T],
1186 *args: _ColumnExpressionOrLiteralArgument[Any],
1187 **kwargs: Any,
1188 ) -> _max_func[_T]: ...
1189
1190 @overload
1191 def max( # noqa: A001

Callers 15

test_windowMethod · 0.80
test_window_rangeMethod · 0.80
_relevant_implsMethod · 0.80
test_inline_defaultsMethod · 0.80
goMethod · 0.80
test_compound_selectsMethod · 0.80
test_overMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_windowMethod · 0.64
test_window_rangeMethod · 0.64
_relevant_implsMethod · 0.64
test_inline_defaultsMethod · 0.64
goMethod · 0.64
test_compound_selectsMethod · 0.64
test_overMethod · 0.64