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

Method ForGrpcTls

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

Source from the content-addressed store, hash-verified

750}
751
752arrow::Result<Location> Location::ForGrpcTls(const std::string& host, const int port) {
753 std::stringstream uri_string;
754 uri_string << "grpc+tls://" << host << ':' << port;
755 return Location::Parse(uri_string.str());
756}
757
758arrow::Result<Location> Location::ForGrpcUnix(const std::string& path) {
759 std::stringstream uri_string;

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
ParseFunction · 0.50

Tested by

no test coverage detected