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

Method Ge

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

Source from the content-addressed store, hash-verified

89}
90
91inline bool StringValue::Ge(const StringValue& other) const {
92 return Compare(other) >= 0;
93}
94
95inline bool StringValue::operator>=(const StringValue& other) const {
96 return Ge(other);

Callers 1

TestCompareImplFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompareImplFunction · 0.36