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

Method _simplify_up

dask/dataframe/dask_expr/_expr.py:640–642  ·  view source on GitHub ↗
(self, parent, dependents)

Source from the content-addressed store, hash-verified

638 return Task(name, self.operation, *args) # type: ignore[arg-type]
639
640 def _simplify_up(self, parent, dependents):
641 if self._projection_passthrough and isinstance(parent, Projection):
642 return plain_column_projection(self, parent, dependents)
643
644 @functools.cached_property
645 def unique_partition_mapping_columns_from_shuffle(self):

Callers

nothing calls this directly

Calls 1

plain_column_projectionFunction · 0.85

Tested by

no test coverage detected