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

Function _record_batch_for_range

python/pyarrow/tests/test_udf.py:652–655  ·  view source on GitHub ↗
(schema, n)

Source from the content-addressed store, hash-verified

650
651
652def _record_batch_for_range(schema, n):
653 return _record_batch_from_iters(schema,
654 range(n, n + 10),
655 range(n + 1, n + 11))
656
657
658def make_udt_func(schema, batch_gen):

Callers 3

__call__Method · 0.85
batch_genFunction · 0.85
_test_datasource1_udtFunction · 0.85

Calls 1

_record_batch_from_itersFunction · 0.85

Tested by

no test coverage detected