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

Method FromString

cpp/src/arrow/util/uri.cc:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319Result<Uri> Uri::FromString(const std::string& uri_string) {
320 Uri uri;
321 ARROW_RETURN_NOT_OK(uri.Parse(uri_string));
322 return uri;
323}
324
325Result<std::string> UriFromAbsolutePath(std::string_view path) {
326 if (path.empty()) {

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected