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

Method do_get

python/pyarrow/tests/test_flight.py:221–222  ·  view source on GitHub ↗
(self, context, ticket)

Source from the content-addressed store, hash-verified

219 self.expected_schema = expected_schema
220
221 def do_get(self, context, ticket):
222 return flight.RecordBatchStream(self.last_message)
223
224 def do_put(self, context, descriptor, reader, writer):
225 if self.expected_schema:

Calls 1

RecordBatchStreamMethod · 0.80

Tested by

no test coverage detected