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

Function TextRangeToString

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

Source from the content-addressed store, hash-verified

40}
41
42std::string TextRangeToString(const UriTextRangeStructA& range) {
43 return std::string(TextRangeToView(range));
44}
45
46// There can be a difference between an absent field and an empty field.
47// For example, in "unix:/tmp/foo", the host is absent, while in

Callers 3

schemeMethod · 0.85
port_textMethod · 0.85
query_stringMethod · 0.85

Calls 1

TextRangeToViewFunction · 0.85

Tested by

no test coverage detected