MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / coalesce

Method coalesce

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

Source from the content-addressed store, hash-verified

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(

Calls

no outgoing calls