( # noqa: A001
self,
col: ColumnElement[_T],
*args: _ColumnExpressionOrLiteralArgument[Any],
**kwargs: Any,
)
| 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 |
no outgoing calls