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

Function make_batches

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

Source from the content-addressed store, hash-verified

109
110
111def make_batches():
112 schema = make_schema()
113 return [
114 pa.record_batch([[[1], [2, 42]]], schema),
115 pa.record_batch([[None, [], [5, 6]]], schema),
116 ]
117
118
119def make_serialized(schema, batches):

Callers 3

genFunction · 0.70

Calls 1

make_schemaFunction · 0.70

Tested by

no test coverage detected