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

Function GetFlightInfo

cpp/src/arrow/flight/sql/client.h:288–291  ·  view source on GitHub ↗

\brief Call the underlying Flight client's GetFlightInfo.

Source from the content-addressed store, hash-verified

286
287 /// \brief Call the underlying Flight client's GetFlightInfo.
288 virtual arrow::Result<std::unique_ptr<FlightInfo>> GetFlightInfo(
289 const FlightCallOptions& options, const FlightDescriptor& descriptor) {
290 return impl_->GetFlightInfo(options, descriptor);
291 }
292
293 /// \brief Call the underlying Flight client's GetSchema.
294 virtual arrow::Result<std::unique_ptr<SchemaResult>> GetSchema(

Callers 1

ARROW_ASSIGN_OR_RAISEMethod · 0.50

Calls 1

GetFlightInfoMethod · 0.45

Tested by 1

ARROW_ASSIGN_OR_RAISEMethod · 0.40