Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ intersect
Function
intersect
lib/sqlalchemy/sql/_selectable_constructors.py:221–223 ·
view source on GitHub ↗
( *selects: _TypedSelectable[Unpack[_Ts]], )
Source
from the content-addressed store, hash-verified
219
220
@overload
221
def
intersect(
222
*selects: _TypedSelectable[Unpack[_Ts]],
223
) -> CompoundSelect[Unpack[_Ts]]: ...
224
225
226
@overload
Callers
8
test_in_scalar_grouping
Method · 0.90
test_intersect
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_compound_grouping
Method · 0.90
common_sql_element.py
File · 0.90
Calls
1
_create_intersect
Method · 0.80
Tested by
7
test_in_scalar_grouping
Method · 0.72
test_intersect
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_compound_grouping
Method · 0.72