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

Function GetFlightDescriptorForCommand

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

Source from the content-addressed store, hash-verified

42namespace {
43
44arrow::Result<FlightDescriptor> GetFlightDescriptorForCommand(
45 const google::protobuf::Message& command) {
46 FlightDescriptor descriptor;
47 RETURN_NOT_OK(flight::internal::PackProtoCommand(command, &descriptor));
48 return descriptor;
49}
50
51arrow::Result<std::unique_ptr<FlightInfo>> GetFlightInfoForCommand(
52 FlightSqlClient* client, const FlightCallOptions& options,

Callers 1

client.ccFile · 0.85

Calls 1

PackProtoCommandFunction · 0.85

Tested by

no test coverage detected