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

Method Gt

be/src/runtime/string-value.inline.h:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107inline bool StringValue::Gt(const StringValue& other) const {
108 return Compare(other) > 0;
109}
110
111inline bool StringValue::operator>(const StringValue& other) const {
112 return Gt(other);

Callers 1

TestCompareImplFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompareImplFunction · 0.36