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

Method has_host

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

Source from the content-addressed store, hash-verified

160}
161
162bool Uri::has_host() const { return IsTextRangeSet(impl_->uri_.hostText); }
163
164std::string Uri::port_text() const { return TextRangeToString(impl_->uri_.portText); }
165

Callers 1

TESTFunction · 0.80

Calls 1

IsTextRangeSetFunction · 0.85

Tested by 1

TESTFunction · 0.64