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

Method Le

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

Source from the content-addressed store, hash-verified

81}
82
83inline bool StringValue::Le(const StringValue& other) const {
84 return Compare(other) <= 0;
85}
86
87inline bool StringValue::operator<=(const StringValue& other) const {
88 return Le(other);

Callers 1

TestCompareImplFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompareImplFunction · 0.36