MCPcopy Create free account
hub / github.com/apache/impala / KrpcAddressEqual

Function KrpcAddressEqual

be/src/util/network-util.h:135–137  ·  view source on GitHub ↗

Return true if two NetworkAddressPB are match.

Source from the content-addressed store, hash-verified

133
134/// Return true if two NetworkAddressPB are match.
135inline bool KrpcAddressEqual(const NetworkAddressPB& lhs, const NetworkAddressPB& rhs) {
136 return CompareNetworkAddressPB(lhs, rhs) == 0;
137}
138
139extern const std::string LOCALHOST_IP_STR;
140

Callers 2

InitFilterBankMethod · 0.85

Calls 1

CompareNetworkAddressPBFunction · 0.85

Tested by

no test coverage detected