MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / union_all

Function union_all

lib/sqlalchemy/sql/_selectable_constructors.py:725–727  ·  view source on GitHub ↗
(
    *selects: _TypedSelectable[Unpack[_Ts]],
)

Source from the content-addressed store, hash-verified

723
724@overload
725def union_all(
726 *selects: _TypedSelectable[Unpack[_Ts]],
727) -> CompoundSelect[Unpack[_Ts]]: ...
728
729
730@overload

Calls 1

_create_union_allMethod · 0.80