(
self,
col: ColumnElement[_T],
*args: _ColumnExpressionOrLiteralArgument[Any],
**kwargs: Any,
)
| 1106 | |
| 1107 | @overload |
| 1108 | def coalesce( |
| 1109 | self, |
| 1110 | col: ColumnElement[_T], |
| 1111 | *args: _ColumnExpressionOrLiteralArgument[Any], |
| 1112 | **kwargs: Any, |
| 1113 | ) -> _coalesce_func[_T]: ... |
| 1114 | |
| 1115 | @overload |
| 1116 | def coalesce( |
no outgoing calls