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

Function get_specified_shuffle

dask/dataframe/dask_expr/_util.py:206–208  ·  view source on GitHub ↗
(shuffle_method)

Source from the content-addressed store, hash-verified

204
205
206def get_specified_shuffle(shuffle_method):
207 # Take the config shuffle if given, otherwise defer evaluation until optimize
208 return shuffle_method or config.get("dataframe.shuffle.method", None)

Callers 9

_single_aggMethod · 0.90
applyMethod · 0.90
_transform_like_opMethod · 0.90
medianMethod · 0.90
nuniqueMethod · 0.90
shuffleMethod · 0.90
set_indexMethod · 0.90
sort_valuesMethod · 0.90
mergeFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected