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

Function make_batch

python/pyarrow/tests/test_cffi.py:100–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99
100def make_batch():
101 return pa.record_batch([[[1], [2, 42]]], make_schema())
102
103
104def make_extension_batch():

Calls 1

make_schemaFunction · 0.70

Tested by

no test coverage detected