Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ query_string
Method
query_string
cpp/src/arrow/util/uri.cc:215–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
std::string Uri::query_string() const { return TextRangeToString(impl_->uri_.query); }
216
217
Result<std::vector<std::pair<std::string, std::string>>> Uri::query_items() const {
218
const auto& query = impl_->uri_.query;
Callers
3
FromProto
Function · 0.80
ExtractFromUriQuery
Method · 0.80
TEST
Function · 0.80
Calls
1
TextRangeToString
Function · 0.85
Tested by
1
TEST
Function · 0.64