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

Method ForGrpcUnix

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

Source from the content-addressed store, hash-verified

756}
757
758arrow::Result<Location> Location::ForGrpcUnix(const std::string& path) {
759 std::stringstream uri_string;
760 uri_string << "grpc+unix://" << path;
761 return Location::Parse(uri_string.str());
762}
763
764arrow::Result<Location> Location::ForScheme(const std::string& scheme,
765 const std::string& host, const int port) {

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
ParseFunction · 0.50

Tested by

no test coverage detected