Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
648
def
union_all(
649
*selects: _TypedSelectable[_TP],
650
) -> CompoundSelect[_TP]: ...
651
652
653
@overload
Callers
9
test_union_all
Method · 0.90
test_union_all_lightweight
Method · 0.90
test_compound_selects
Method · 0.90
CoreFixtures
Class · 0.90
test_cte_w_annotated
Method · 0.90
common_sql_element.py
File · 0.90
test_unique_all
Method · 0.90
test_expr_from_subq_union
Method · 0.90
test_without_default_polymorphic_buildit_newstyle
Method · 0.90
Calls
1
_create_union_all
Method · 0.80
Tested by
7
test_union_all
Method · 0.72
test_union_all_lightweight
Method · 0.72
test_compound_selects
Method · 0.72
test_cte_w_annotated
Method · 0.72
test_unique_all
Method · 0.72
test_expr_from_subq_union
Method · 0.72
test_without_default_polymorphic_buildit_newstyle
Method · 0.72