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

Function GetSchema

cpp/src/arrow/flight/client.h:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 const FlightCallOptions& options, const FlightDescriptor& descriptor);
318
319 arrow::Result<std::unique_ptr<SchemaResult>> GetSchema(
320 const FlightDescriptor& descriptor) {
321 return GetSchema({}, descriptor);
322 }
323
324 /// \brief List all available flights known to the server
325 /// \return Arrow result with an iterator that returns a FlightInfo for each flight

Callers 6

CreateTestFileMethod · 0.50
CreateTestFileMethod · 0.50
CreateTestFileMethod · 0.50
SetUpMethod · 0.50
TEST_FFunction · 0.50
SetUpMethod · 0.50

Calls

no outgoing calls

Tested by 6

CreateTestFileMethod · 0.40
CreateTestFileMethod · 0.40
CreateTestFileMethod · 0.40
SetUpMethod · 0.40
TEST_FFunction · 0.40
SetUpMethod · 0.40