Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
def
make_batch():
101
return
pa.record_batch([[[1], [2, 42]]], make_schema())
102
103
104
def
make_extension_batch():
Callers
3
test_export_import_device_batch
Function · 0.85
test_roundtrip_batch_reader_capsule_requested_schema
Function · 0.85
test_roundtrip_batch_reader_capsule
Function · 0.85
Calls
1
make_schema
Function · 0.70
Tested by
no test coverage detected