MCPcopy 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
90def loads_pyarrow(buf):
91 """
92 Args:
93 buf: the output of `dumps`.
94 """
95 return pa.deserialize(buf)
96
97
98class RefDataset(Dataset):

Callers 2

_init_dbMethod · 0.70
__getitem__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected