MCPcopy
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
691def union(
692 *selects: _TypedSelectable[Unpack[_Ts]],
693) -> CompoundSelect[Unpack[_Ts]]: ...
694
695
696@overload

Callers 15

test_unionMethod · 0.90
test_union_orderedMethod · 0.90
test_union_allMethod · 0.90
test_except_style1Method · 0.90
test_except_style2Method · 0.90
test_intersect_unionsMethod · 0.90
test_composite_aliasMethod · 0.90

Calls 1

_create_unionMethod · 0.80

Tested by 15

test_unionMethod · 0.72
test_union_orderedMethod · 0.72
test_union_allMethod · 0.72
test_except_style1Method · 0.72
test_except_style2Method · 0.72
test_intersect_unionsMethod · 0.72
test_composite_aliasMethod · 0.72