Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ nulls_first
Function
nulls_first
lib/sqlalchemy/sql/_elements_constructors.py:1388–1390 ·
view source on GitHub ↗
( column: "ColumnElement[_T]", )
Source
from the content-addressed store, hash-verified
1386
1387
@overload
1388
def
nulls_first(
1389
column:
"ColumnElement[_T]"
,
1390
) -> UnaryExpression[_T]: ...
1391
1392
1393
@overload
Callers
1
test_order_by
Method · 0.90
Calls
2
_create_nulls_first
Method · 0.80
nulls_first
Method · 0.45
Tested by
1
test_order_by
Method · 0.72