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

Method scheme

cpp/src/arrow/flight/types.cc:771–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769}
770
771std::string Location::scheme() const {
772 std::string scheme = uri_->scheme();
773 if (scheme.empty()) {
774 // Default to grpc+tcp
775 return "grpc+tcp";
776 }
777 return scheme;
778}
779
780std::string Location::ToString() const { return uri_->ToString(); }
781

Callers 7

InitMethod · 0.45
MakeServerFunction · 0.45
TESTFunction · 0.45
ConnectMethod · 0.45
SetUpTestMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by 3

MakeServerFunction · 0.36
TESTFunction · 0.36
SetUpTestMethod · 0.36