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

Method read

python/pyarrow/tests/test_io.py:1901–1902  ·  view source on GitHub ↗
(self, nbytes=None)

Source from the content-addressed store, hash-verified

1899 return False
1900
1901 def read(self, nbytes=None):
1902 return b'hello'
1903
1904 stream = pa.input_stream(DuckReader())
1905 assert stream.read(5) == b'hello'

Callers 15

check_large_seeksFunction · 0.45
test_python_file_readFunction · 0.45
test_bytes_readerFunction · 0.45
test_memory_map_writerFunction · 0.45
test_memory_map_resizeFunction · 0.45
test_os_file_writerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected