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

Method Parse

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

Source from the content-addressed store, hash-verified

732Location::~Location() = default;
733
734arrow::Result<Location> Location::Parse(const std::string& uri_string) {
735 Location location;
736 RETURN_NOT_OK(location.uri_->Parse(uri_string));
737 return location;
738}
739
740const Location& Location::ReuseConnection() {
741 static Location kFallback =

Callers 9

FromUriMethod · 0.45
PathFromUriMethod · 0.45
FromUriMethod · 0.45
FromUriAndOptionsMethod · 0.45
FromUriMethod · 0.45
TESTFunction · 0.45
ParseFileSystemUriFunction · 0.45
PathFromUriHelperFunction · 0.45
FromUriMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36