Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
inline bool StringValue::Lt(const StringValue& other) const {
100
return Compare(other) < 0;
101
}
102
103
inline bool StringValue::operator<(const StringValue& other) const {
104
return Lt(other);
Callers
1
TestCompareImpl
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCompareImpl
Function · 0.36