Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsValidFInstanceId
Function
IsValidFInstanceId
be/src/util/uid-util.h:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
inline bool IsValidFInstanceId(const TUniqueId& fragment_instance_id) {
93
return fragment_instance_id.hi != 0L;
94
}
95
96
inline TUniqueId CreateInstanceId(
97
const TUniqueId& query_id, int32_t instance_idx) {
Callers
1
ConstructReport
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected