MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / coalesce

Method coalesce

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

Source from the content-addressed store, hash-verified

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(

Calls

no outgoing calls