Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ nulls_last
Function
nulls_last
lib/sqlalchemy/sql/_elements_constructors.py:1451–1453 ·
view source on GitHub ↗
( column: "ColumnElement[_T]", )
Source
from the content-addressed store, hash-verified
1449
1450
@overload
1451
def
nulls_last(
1452
column:
"ColumnElement[_T]"
,
1453
) -> UnaryExpression[_T]: ...
1454
1455
1456
@overload
Callers
nothing calls this directly
Calls
2
_create_nulls_last
Method · 0.80
nulls_last
Method · 0.45
Tested by
no test coverage detected