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

Method write

python/pyarrow/tests/test_io.py:2089–2090  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

2087 return False
2088
2089 def write(self, data):
2090 self.buf.write(data)
2091
2092 duck_writer = DuckWriter()
2093 stream = pa.output_stream(duck_writer)

Calls

no outgoing calls

Tested by

no test coverage detected