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

Method Lt

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

Source from the content-addressed store, hash-verified

97}
98
99inline bool StringValue::Lt(const StringValue& other) const {
100 return Compare(other) < 0;
101}
102
103inline bool StringValue::operator<(const StringValue& other) const {
104 return Lt(other);

Callers 1

TestCompareImplFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompareImplFunction · 0.36