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

Method combine

dask/dataframe/dask_expr/_reductions.py:1113–1115  ·  view source on GitHub ↗
(cls, inputs: list, **kwargs)

Source from the content-addressed store, hash-verified

1111
1112 @classmethod
1113 def combine(cls, inputs: list, **kwargs): # type: ignore
1114 func = cls.reduction_combine or cls.reduction_aggregate or cls.reduction_chunk
1115 return func(inputs, **kwargs) # type: ignore
1116
1117 @classmethod
1118 def aggregate(cls, inputs, meta, index, **kwargs):

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected