Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
inline bool StringValue::Ge(const StringValue& other) const {
92
return Compare(other) >= 0;
93
}
94
95
inline bool StringValue::operator>=(const StringValue& other) const {
96
return Ge(other);
Callers
1
TestCompareImpl
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCompareImpl
Function · 0.36