MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / union

Function union

lib/sqlalchemy/sql/_selectable_constructors.py:614–616  ·  view source on GitHub ↗
(
    *selects: _TypedSelectable[_TP],
)

Source from the content-addressed store, hash-verified

612
613@overload
614def union(
615 *selects: _TypedSelectable[_TP],
616) -> CompoundSelect[_TP]: ...
617
618
619@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