MCPcopy Create free account
hub / github.com/SooLab/CGFormer / loads_pyarrow

Function loads_pyarrow

tools/folder2lmdb.py:12–17  ·  view source on GitHub ↗

Args: buf: the output of `dumps`.

(buf)

Source from the content-addressed store, hash-verified

10
11
12def loads_pyarrow(buf):
13 """
14 Args:
15 buf: the output of `dumps`.
16 """
17 return pa.deserialize(buf)
18
19
20def raw_reader(path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected