Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ UUIDEmpty
Function
UUIDEmpty
be/src/util/uid-util.h:134–136 ·
view source on GitHub ↗
Determines if a query id is empty.
Source
from the content-addressed store, hash-verified
132
133
/// Determines if a query id is empty.
134
inline bool UUIDEmpty(const TUniqueId& id) {
135
return id.hi == 0 && id.lo == 0;
136
}
137
} // namespace impala
Callers
3
ExecuteIgnoreResults
Method · 0.85
ExecuteAndFetchAllHS2
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68