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

Method do_get

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

Source from the content-addressed store, hash-verified

163 )
164
165 def do_get(self, context, ticket):
166 # Return a fresh table, so that Flight is the only one keeping a
167 # reference.
168 table = self.table_factories[ticket.ticket]()
169 return flight.RecordBatchStream(table, options=self.options)
170
171
172class MetadataFlightServer(FlightServerBase):

Callers

nothing calls this directly

Calls 1

RecordBatchStreamMethod · 0.80

Tested by

no test coverage detected