Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
bool Uri::has_host() const { return IsTextRangeSet(impl_->uri_.hostText); }
163
164
std::string Uri::port_text() const { return TextRangeToString(impl_->uri_.portText); }
165
166
int32_t Uri::port() const { return impl_->port_; }
167
Callers
4
Init
Method · 0.80
Init
Method · 0.80
ExtractFromUriSchemeAndHierPart
Method · 0.80
TEST
Function · 0.80
Calls
1
TextRangeToString
Function · 0.85
Tested by
1
TEST
Function · 0.64