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