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

Method FromUri

cpp/src/arrow/filesystem/azurefs.cc:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236Result<AzureOptions> AzureOptions::FromUri(const Uri& uri, std::string* out_path) {
237 AzureOptions options;
238 options.ExtractFromUriSchemeAndHierPart(uri, out_path);
239 RETURN_NOT_OK(options.ExtractFromUriQuery(uri));
240 return options;
241}
242
243Result<AzureOptions> AzureOptions::FromUri(const std::string& uri_string,
244 std::string* out_path) {

Callers

nothing calls this directly

Calls 3

ExtractFromUriQueryMethod · 0.80
ParseMethod · 0.45

Tested by

no test coverage detected