MCPcopy 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
268def 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_testsFunction · 0.85
test_scan_iteratorFunction · 0.85
test_nested_arraysFunction · 0.85
test_list_from_pandasFunction · 0.85
test_type_integersFunction · 0.85
checkFunction · 0.85
test_union_typeFunction · 0.85
TestWithArrayFactoryMethod · 0.85
GetOrInferSchemaMethod · 0.85
MakeExecNodeFunction · 0.85

Calls 1

PythonFileMethod · 0.80

Tested by

no test coverage detected