MCPcopy 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
215std::string Uri::query_string() const { return TextRangeToString(impl_->uri_.query); }
216
217Result<std::vector<std::pair<std::string, std::string>>> Uri::query_items() const {
218 const auto& query = impl_->uri_.query;

Callers 3

FromProtoFunction · 0.80
ExtractFromUriQueryMethod · 0.80
TESTFunction · 0.80

Calls 1

TextRangeToStringFunction · 0.85

Tested by 1

TESTFunction · 0.64