Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ union
Function
union
lib/sqlalchemy/sql/_selectable_constructors.py:691–693 ·
view source on GitHub ↗
( *selects: _TypedSelectable[Unpack[_Ts]], )
Source
from the content-addressed store, hash-verified
689
690
@overload
691
def
union(
692
*selects: _TypedSelectable[Unpack[_Ts]],
693
) -> CompoundSelect[Unpack[_Ts]]: ...
694
695
696
@overload
Callers
15
test_union
Method · 0.90
test_union_ordered
Method · 0.90
test_union_ordered_alias
Method · 0.90
test_union_all
Method · 0.90
test_union_all_lightweight
Method · 0.90
test_except_style1
Method · 0.90
test_except_style2
Method · 0.90
test_intersect_unions
Method · 0.90
test_intersect_unions_2
Method · 0.90
test_intersect_unions_3
Method · 0.90
test_composite_alias
Method · 0.90
test_join_implicit_left_side_wo_cols_twolevel_union
Method · 0.90
Calls
1
_create_union
Method · 0.80
Tested by
15
test_union
Method · 0.72
test_union_ordered
Method · 0.72
test_union_ordered_alias
Method · 0.72
test_union_all
Method · 0.72
test_union_all_lightweight
Method · 0.72
test_except_style1
Method · 0.72
test_except_style2
Method · 0.72
test_intersect_unions
Method · 0.72
test_intersect_unions_2
Method · 0.72
test_intersect_unions_3
Method · 0.72
test_composite_alias
Method · 0.72
test_join_implicit_left_side_wo_cols_twolevel_union
Method · 0.72