Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Gt
Method
Gt
be/src/runtime/string-value.inline.h:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
inline bool StringValue::Gt(const StringValue& other) const {
108
return Compare(other) > 0;
109
}
110
111
inline bool StringValue::operator>(const StringValue& other) const {
112
return Gt(other);
Callers
1
TestCompareImpl
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCompareImpl
Function · 0.36