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

Function GetFlightInfoForCommand

cpp/src/arrow/flight/sql/client.cc:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51arrow::Result<std::unique_ptr<FlightInfo>> GetFlightInfoForCommand(
52 FlightSqlClient* client, const FlightCallOptions& options,
53 const google::protobuf::Message& command) {
54 ARROW_ASSIGN_OR_RAISE(FlightDescriptor descriptor,
55 GetFlightDescriptorForCommand(command));
56 return client->GetFlightInfo(options, descriptor);
57}
58
59arrow::Result<std::unique_ptr<SchemaResult>> GetSchemaForCommand(
60 FlightSqlClient* client, const FlightCallOptions& options,

Callers 15

ExecuteMethod · 0.70
ExecuteSubstraitMethod · 0.70
GetCatalogsMethod · 0.70
GetDbSchemasMethod · 0.70
GetTablesMethod · 0.70
GetPrimaryKeysMethod · 0.70
GetExportedKeysMethod · 0.70
GetImportedKeysMethod · 0.70
GetCrossReferenceMethod · 0.70
GetTableTypesMethod · 0.70
GetXdbcTypeInfoMethod · 0.70
GetSqlInfoMethod · 0.70

Calls 1

GetFlightInfoMethod · 0.45