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

Method list_flights

python/pyarrow/tests/test_flight.py:433–439  ·  view source on GitHub ↗
(self, context, criteria)

Source from the content-addressed store, hash-verified

431 raise NotImplementedError
432
433 def list_flights(self, context, criteria):
434 yield flight.FlightInfo(
435 pa.schema([]),
436 flight.FlightDescriptor.for_path('/foo'),
437 []
438 )
439 raise flight.FlightInternalError("foo")
440
441 def do_put(self, context, descriptor, reader, writer):
442 if descriptor.command == b"internal":

Callers 5

ListFlightsMethod · 0.45
test_flight_list_flightsFunction · 0.45
test_flight_client_closeFunction · 0.45
test_roundtrip_errorsFunction · 0.45
test_middleware_mappingFunction · 0.45

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected