Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ FunctionMapIndex
Class
FunctionMapIndex
dask/dataframe/dask_expr/_accessor.py:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
class
FunctionMapIndex(FunctionMap):
118
def
_divisions(self):
119
# TODO: We can do better here
120
return
(None,) * (self.frame.npartitions + 1)
Callers
1
_function_map
Method · 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…