MCPcopy
hub / github.com/dask/dask / is_valid_blockwise_op

Function is_valid_blockwise_op

dask/dataframe/dask_expr/_expr.py:3248–3251  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

3246
3247
3248def is_valid_blockwise_op(expr):
3249 return isinstance(expr, Blockwise) and not isinstance(
3250 expr, (FromPandas, FromArray, FromDelayed)
3251 )
3252
3253
3254def optimize_blockwise_fusion(expr):

Callers 1

_fusion_passFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…