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

Function Command

cpp/src/arrow/flight/types.h:463–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 // Convenience factory functions
462
463 static FlightDescriptor Command(std::string cmd) {
464 return FlightDescriptor{CMD, std::move(cmd), {}};
465 }
466
467 static FlightDescriptor Path(std::vector<std::string> path) {
468 return FlightDescriptor{PATH, "", std::move(path)};

Callers 15

PackProtoCommandFunction · 0.70
ASSERT_OK_AND_ASSIGNMethod · 0.70
TESTFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
TestBrokenConnectionMethod · 0.70
TestDoExchangeMethod · 0.70
TestDoExchangeNoDataMethod · 0.70
TestDoExchangeGetMethod · 0.70
TestDoExchangePutMethod · 0.70

Calls

no outgoing calls

Tested by 15

ASSERT_OK_AND_ASSIGNMethod · 0.56
TESTFunction · 0.56
ASSERT_OK_AND_ASSIGNFunction · 0.56
TestBrokenConnectionMethod · 0.56
TestDoExchangeMethod · 0.56
TestDoExchangeNoDataMethod · 0.56
TestDoExchangeGetMethod · 0.56
TestDoExchangePutMethod · 0.56
TestDoExchangeEchoMethod · 0.56