MCPcopy Create free account
hub / github.com/apache/arrow / make_ipc_stream_reader

Function make_ipc_stream_reader

python/pyarrow/tests/test_cffi.py:478–479  ·  view source on GitHub ↗
(schema, batches)

Source from the content-addressed store, hash-verified

476
477
478def make_ipc_stream_reader(schema, batches):
479 return pa.ipc.open_stream(make_serialized(schema, batches))
480
481
482def make_py_record_batch_reader(schema, batches):

Callers

nothing calls this directly

Calls 1

make_serializedFunction · 0.85

Tested by

no test coverage detected