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

Method scheme

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

Source from the content-addressed store, hash-verified

150}
151
152std::string Uri::scheme() const { return TextRangeToString(impl_->uri_.scheme); }
153
154bool Uri::is_file_scheme() const { return impl_->is_file_uri_; }
155

Callers 8

test_schemeMethod · 0.45
examplefs.ccFile · 0.45
TESTFunction · 0.45
save_to_uriMethod · 0.45
set_file_system_uriMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45

Calls 1

TextRangeToStringFunction · 0.85

Tested by 2

test_schemeMethod · 0.36
TESTFunction · 0.36