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

Function func

python/scripts/test_leak.py:54–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 table = pa.Table.from_arrays(data, ['foo'])
53
54 def func():
55 table.to_pandas()
56 assert_does_not_leak(func)
57
58

Callers

nothing calls this directly

Calls 6

lenFunction · 0.85
RecordBatchFileWriterMethod · 0.80
write_batchMethod · 0.80
BufferReaderMethod · 0.80
closeMethod · 0.45
write_tableMethod · 0.45

Tested by

no test coverage detected