(
self,
col: ColumnElement[_T],
*args: _ColumnExpressionOrLiteralArgument[Any],
**kwargs: Any,
)
| 1057 | |
| 1058 | @overload |
| 1059 | def coalesce( |
| 1060 | self, |
| 1061 | col: ColumnElement[_T], |
| 1062 | *args: _ColumnExpressionOrLiteralArgument[Any], |
| 1063 | **kwargs: Any, |
| 1064 | ) -> _coalesce_func[_T]: ... |
| 1065 | |
| 1066 | @overload |
| 1067 | def coalesce( |
no outgoing calls