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

Method get_flight_info

python/pyarrow/tests/test_flight_async.py:35–41  ·  view source on GitHub ↗
(self, context, descriptor)

Source from the content-addressed store, hash-verified

33 )
34
35 def get_flight_info(self, context, descriptor):
36 if descriptor.command == b"simple":
37 return self.simple_info
38 elif descriptor.command == b"unknown":
39 raise NotImplementedError("Unknown command")
40
41 raise NotImplementedError("Unknown descriptor")
42
43
44def async_or_skip(client):

Callers 1

_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected