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

Method get_schema

python/pyarrow/tests/test_flight.py:307–309  ·  view source on GitHub ↗
(self, context, descriptor)

Source from the content-addressed store, hash-verified

305 )
306
307 def get_schema(self, context, descriptor):
308 info = self.get_flight_info(context, descriptor)
309 return flight.SchemaResult(info.schema)
310
311
312class ListActionsFlightServer(FlightServerBase):

Callers 11

test_with_optionsMethod · 0.80
test_without_optionsMethod · 0.80
GetSchemaMethod · 0.80
test_flight_get_schemaFunction · 0.80
test_middleware_mappingFunction · 0.80
InitUnmaterializedTableFunction · 0.80
AssertStreamSchemaMethod · 0.80
TEST_FFunction · 0.80
AssertStreamSchemaMethod · 0.80
ReadSchemaMethod · 0.80
ReadFieldMethod · 0.80

Calls 1

get_flight_infoMethod · 0.95

Tested by

no test coverage detected