Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
3248
def
is_valid_blockwise_op(expr):
3249
return
isinstance(expr, Blockwise) and not isinstance(
3250
expr, (FromPandas, FromArray, FromDelayed)
3251
)
3252
3253
3254
def
optimize_blockwise_fusion(expr):
Callers
1
_fusion_pass
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected