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

Function GetSchema

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

\brief Call the underlying Flight client's GetSchema.

Source from the content-addressed store, hash-verified

292
293 /// \brief Call the underlying Flight client's GetSchema.
294 virtual arrow::Result<std::unique_ptr<SchemaResult>> GetSchema(
295 const FlightCallOptions& options, const FlightDescriptor& descriptor) {
296 return impl_->GetSchema(options, descriptor);
297 }
298
299 /// \brief Begin a new transaction.
300 ::arrow::Result<Transaction> BeginTransaction(const FlightCallOptions& options);

Callers 1

client.ccFile · 0.70

Calls 1

GetSchemaMethod · 0.45

Tested by

no test coverage detected