Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ loads_pyarrow
Function
loads_pyarrow
utils/dataset.py:77–82 ·
view source on GitHub ↗
Args: buf: the output of `dumps`.
(buf)
Source
from the content-addressed store, hash-verified
75
76
77
def
loads_pyarrow(buf):
78
""
"
79
Args:
80
buf: the output of `dumps`.
81
""
"
82
return
pa.deserialize(buf)
83
84
85
class
RefDataset(Dataset):
Callers
2
_init_db
Method · 0.70
__getitem__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected