Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
652
def
_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
658
def
make_udt_func(schema, batch_gen):
Callers
3
__call__
Method · 0.85
batch_gen
Function · 0.85
_test_datasource1_udt
Function · 0.85
Calls
1
_record_batch_from_iters
Function · 0.85
Tested by
no test coverage detected