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

Function is_valid_blockwise_op

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

Source from the content-addressed store, hash-verified

3223
3224
3225def is_valid_blockwise_op(expr):
3226 return isinstance(expr, Blockwise) and not isinstance(
3227 expr, (FromPandas, FromArray, FromDelayed)
3228 )
3229
3230
3231def optimize_blockwise_fusion(expr):

Callers 1

_fusion_passFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected