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

Method descriptor_to_key

python/examples/flight/server.py:41–43  ·  view source on GitHub ↗
(self, descriptor)

Source from the content-addressed store, hash-verified

39
40 @classmethod
41 def descriptor_to_key(self, descriptor):
42 return (descriptor.descriptor_type.value, descriptor.command,
43 tuple(descriptor.path or tuple()))
44
45 def _make_flight_info(self, key, descriptor, table):
46 if self.tls_certificates:

Callers 2

get_flight_infoMethod · 0.45
do_putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected