MCPcopy Create free account
hub / github.com/dask/dask / SortIndexBlockwise

Class SortIndexBlockwise

dask/dataframe/dask_expr/_shuffle.py:1262–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260
1261
1262class SortIndexBlockwise(Blockwise):
1263 _projection_passthrough = True
1264 _parameters = ["frame"]
1265 operation = M.sort_index
1266 _is_length_preserving = True
1267
1268
1269class SortValuesBlockwise(Blockwise):

Callers 2

_lowerMethod · 0.85
_lowerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected