MCPcopy 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
75inline bool StringValue::Ne(const StringValue& other) const {
76 return !Eq(other);
77}
78
79inline bool StringValue::operator!=(const StringValue& other) const {
80 return Ne(other);

Callers 1

TestCompareImplFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompareImplFunction · 0.36