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

Function union_all

lib/sqlalchemy/sql/_selectable_constructors.py:648–650  ·  view source on GitHub ↗
(
    *selects: _TypedSelectable[_TP],
)

Source from the content-addressed store, hash-verified

646
647@overload
648def union_all(
649 *selects: _TypedSelectable[_TP],
650) -> CompoundSelect[_TP]: ...
651
652
653@overload

Calls 1

_create_union_allMethod · 0.80