Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ optimize
Method
optimize
dask/dataframe/dask_expr/_expr.py:96–97 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
94
return
[(self._name, i)
for
i in range(self.npartitions)]
95
96
def
optimize(self, **kwargs):
97
return
optimize(self, **kwargs)
98
99
def
__hash__(self):
100
return
hash(self._name)
Callers
15
assert_sane_keynames
Function · 0.45
_divisions
Method · 0.45
_layer
Method · 0.45
to_bag
Function · 0.45
test_parquet_len
Function · 0.45
test_pyarrow_filesystem
Function · 0.45
test_pyarrow_filesystem_serialize
Function · 0.45
test_pyarrow_filesystem_filters
Function · 0.45
test_partition_pruning
Function · 0.45
test_predicate_pushdown
Function · 0.45
test_predicate_pushdown_compound
Function · 0.45
test_timestamp_divisions
Function · 0.45
Calls
1
optimize
Function · 0.70
Tested by
15
test_parquet_len
Function · 0.36
test_pyarrow_filesystem
Function · 0.36
test_pyarrow_filesystem_serialize
Function · 0.36
test_pyarrow_filesystem_filters
Function · 0.36
test_partition_pruning
Function · 0.36
test_predicate_pushdown
Function · 0.36
test_predicate_pushdown_compound
Function · 0.36
test_timestamp_divisions
Function · 0.36
test_io_fusion_blockwise
Function · 0.36
test_repartition_io_fusion_blockwise
Function · 0.36
test_parquet_complex_filters
Function · 0.36
test_combine_similar
Function · 0.36