Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ collate
Function
collate
lib/sqlalchemy/sql/operators.py:2233–2234 ·
view source on GitHub ↗
(a: Any, b: Any)
Source
from the content-addressed store, hash-verified
2231
2232
@_operator_fn
2233
def
collate(a: Any, b: Any) -> Any:
2234
return
a.collate(b)
2235
2236
2237
@_operator_fn
Callers
2
test_collate
Method · 0.90
test_collate
Method · 0.90
Calls
1
collate
Method · 0.45
Tested by
2
test_collate
Method · 0.72
test_collate
Method · 0.72