Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ get_source
Method
get_source
python/pyarrow/tests/test_ipc.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
return
self._sink_factory()
53
54
def
get_source(self):
55
return
self.sink.getvalue()
56
57
def
write_batches(self, num_batches=5, as_table=False):
58
nrows = 5
Callers
15
_check_roundtrip
Method · 0.80
test_file_read_all
Function · 0.80
test_open_file_from_buffer
Function · 0.80
test_file_read_pandas
Function · 0.80
test_file_pathlib
Function · 0.80
test_stream_categorical_roundtrip
Function · 0.80
test_open_stream_from_buffer
Function · 0.80
test_open_stream_options
Function · 0.80
test_open_stream_with_wrong_options
Function · 0.80
test_open_file_options
Function · 0.80
test_open_file_with_wrong_options
Function · 0.80
test_stream_write_dispatch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected