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

Method port_text

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

Source from the content-addressed store, hash-verified

162bool Uri::has_host() const { return IsTextRangeSet(impl_->uri_.hostText); }
163
164std::string Uri::port_text() const { return TextRangeToString(impl_->uri_.portText); }
165
166int32_t Uri::port() const { return impl_->port_; }
167

Callers 4

InitMethod · 0.80
InitMethod · 0.80
TESTFunction · 0.80

Calls 1

TextRangeToStringFunction · 0.85

Tested by 1

TESTFunction · 0.64