Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Ne
Method
Ne
be/src/runtime/string-value.inline.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
inline bool StringValue::Ne(const StringValue& other) const {
76
return !Eq(other);
77
}
78
79
inline bool StringValue::operator!=(const StringValue& other) const {
80
return Ne(other);
Callers
1
TestCompareImpl
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCompareImpl
Function · 0.36