MCPcopy
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
1388def nulls_first(
1389 column: "ColumnElement[_T]",
1390) -> UnaryExpression[_T]: ...
1391
1392
1393@overload

Callers 1

test_order_byMethod · 0.90

Calls 2

_create_nulls_firstMethod · 0.80
nulls_firstMethod · 0.45

Tested by 1

test_order_byMethod · 0.72