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

Method write

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

Source from the content-addressed store, hash-verified

2062 return False
2063
2064 def write(self, data):
2065 self.buf.write(data)
2066
2067 duck_writer = DuckWriter()
2068 stream = pa.output_stream(duck_writer)

Calls

no outgoing calls

Tested by

no test coverage detected