Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
std::string Uri::scheme() const { return TextRangeToString(impl_->uri_.scheme); }
153
154
bool Uri::is_file_scheme() const { return impl_->is_file_uri_; }
155
Callers
8
gaflight_location_get_scheme
Function · 0.45
test_scheme
Method · 0.45
examplefs.cc
File · 0.45
TEST
Function · 0.45
save_to_uri
Method · 0.45
set_file_system_uri
Method · 0.45
load
Method · 0.45
save
Method · 0.45
Calls
1
TextRangeToString
Function · 0.85
Tested by
2
test_scheme
Method · 0.36
TEST
Function · 0.36