Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ exists
Function
exists
lib/sqlalchemy/sql/operators.py:2154–2155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2152
2153
@_operator_fn
2154
def
exists() -> Any:
2155
raise
NotImplementedError()
2156
2157
2158
@_operator_fn
Callers
15
test_correlation_to_extra
Method · 0.90
test_dont_correlate_to_extra
Method · 0.90
test_autocorrelate_error
Method · 0.90
test_exists
Method · 0.90
test_where_subquery
Method · 0.90
test_multilevel_froms_correlation
Method · 0.90
CoreFixtures
Class · 0.90
three
Method · 0.90
test_upsert_from_select
Method · 0.90
recursive_cte_referenced_multiple_times_with_nesting_cte
Method · 0.90
test_column_subquery_exists
Method · 0.90
test_plain_exists
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_correlation_to_extra
Method · 0.72
test_dont_correlate_to_extra
Method · 0.72
test_autocorrelate_error
Method · 0.72
test_exists
Method · 0.72
test_where_subquery
Method · 0.72
test_multilevel_froms_correlation
Method · 0.72
three
Method · 0.72
test_upsert_from_select
Method · 0.72
recursive_cte_referenced_multiple_times_with_nesting_cte
Method · 0.72
test_column_subquery_exists
Method · 0.72
test_plain_exists
Method · 0.72
test_plain_exists_negate
Method · 0.72