Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ loads_pyarrow
Function
loads_pyarrow
utils/dataset_open.py:90–95 ·
view source on GitHub ↗
Args: buf: the output of `dumps`.
(buf)
Source
from the content-addressed store, hash-verified
88
89
90
def
loads_pyarrow(buf):
91
""
"
92
Args:
93
buf: the output of `dumps`.
94
""
"
95
return
pa.deserialize(buf)
96
97
98
class
RefDataset(Dataset):
Callers
2
_init_db
Method · 0.70
__getitem__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected