Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ operators.py
File
operators.py
test/typing/plain_files/sql/operators.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
datetime
as
dt
2
from
decimal
import
Decimal
3
from
typing
import
Any
4
from
typing
import
assert_type
Callers
nothing calls this directly
Calls
15
column
Function · 0.90
select
Function · 0.90
current_date
Method · 0.80
current_timestamp
Method · 0.80
concat
Method · 0.45
like
Method · 0.45
ilike
Method · 0.45
in_
Method · 0.45
not_in
Method · 0.45
not_like
Method · 0.45
not_ilike
Method · 0.45
is_
Method · 0.45
Tested by
no test coverage detected