Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
inline bool StringValue::Le(const StringValue& other) const {
84
return Compare(other) <= 0;
85
}
86
87
inline bool StringValue::operator<=(const StringValue& other) const {
88
return Le(other);
Callers
1
TestCompareImpl
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCompareImpl
Function · 0.36