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

Class Query

dask/dataframe/dask_expr/_expr.py:1301–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299
1300
1301class Query(Blockwise):
1302 _parameters = ["frame", "_expr", "expr_kwargs"]
1303 _defaults: dict[str, Any] = {"expr_kwargs": {}} # type: ignore[dict-item]
1304 _keyword_only = ["expr_kwargs"]
1305 operation = M.query
1306
1307 @functools.cached_property
1308 def _kwargs(self) -> dict:
1309 return {**self.expr_kwargs}
1310
1311
1312class MemoryUsagePerPartition(Blockwise):

Callers 1

queryMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected