Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ backend_factory
Function
backend_factory
python/pyarrow/tests/test_memory.py:36–37 ·
view source on GitHub ↗
(backend_name)
Source
from the content-addressed store, hash-verified
34
35
36
def
backend_factory(backend_name):
37
return
getattr(pa, f
"{backend_name}_memory_pool"
)
38
39
40
def
supported_factories():
Callers
2
supported_factories
Function · 0.85
test_memory_pool_factories
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected