Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ union
Method
union
test/perf/compiled_extensions/collections_.py:327–328 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
325
326
@test_case(number=10_000)
327
def
union(self):
328
self.imp_1.union(self.imp_2)
329
330
@test_case(number=10_000)
331
def
or_test(self):
Callers
15
test_union
Method · 0.95
test_basic_sanity
Method · 0.95
_relevant_impls
Method · 0.45
test_expanding_in_repeated
Method · 0.45
test_join_implicit_left_side_wo_cols_onelevel_union
Method · 0.45
test_limit_offset_compound_select_literal_binds
Method · 0.45
test_fetch_offset_compound_select_literal_binds
Method · 0.45
test_expanding_in_repeated
Method · 0.45
test_compound_populates
Method · 0.45
test_compound_not_toplevel_doesnt_populate
Method · 0.45
test_compound_only_top_populates
Method · 0.45
test_label_conflict_union
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_union
Method · 0.76
test_basic_sanity
Method · 0.76
_relevant_impls
Method · 0.36
test_expanding_in_repeated
Method · 0.36
test_join_implicit_left_side_wo_cols_onelevel_union
Method · 0.36
test_limit_offset_compound_select_literal_binds
Method · 0.36
test_fetch_offset_compound_select_literal_binds
Method · 0.36
test_expanding_in_repeated
Method · 0.36
test_compound_populates
Method · 0.36
test_compound_not_toplevel_doesnt_populate
Method · 0.36
test_compound_only_top_populates
Method · 0.36
test_label_conflict_union
Method · 0.36