Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ factory
Function
factory
python/pyarrow/tests/test_io.py:269–270 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
267
268
def
test_python_file_large_seeks():
269
def
factory(filename):
270
return
pa.PythonFile(open(filename,
'rb'
))
271
272
check_large_seeks(factory)
273
Callers
15
_table_like_slice_tests
Function · 0.85
test_scan_iterator
Function · 0.85
test_nested_lists_with_explicit_type
Function · 0.85
test_nested_arrays
Function · 0.85
test_sequence_duration_nested_lists_with_explicit_type
Function · 0.85
test_list_from_pandas
Function · 0.85
test_type_integers
Function · 0.85
check
Function · 0.85
test_union_type
Function · 0.85
TestWithArrayFactory
Method · 0.85
GetOrInferSchema
Method · 0.85
MakeExecNode
Function · 0.85
Calls
1
PythonFile
Method · 0.80
Tested by
no test coverage detected