Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
725
def
union_all(
726
*selects: _TypedSelectable[Unpack[_Ts]],
727
) -> CompoundSelect[Unpack[_Ts]]: ...
728
729
730
@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